Changelog
v4.2.0
half
option is true
; #249 by fono09Changelog
v4.0.0
$.raty.option = 'value'
was removed;click
, mouseover
and mouseout
now has the this
scope being the Raty
class instance and the following arguments: score, element, event
;number
, readOnly
, score
, scoreName
, target
, and path
, now has the this
scope being the Raty
class instance and the single argument: element
;Raty
instance;click
function is called, we don't really have an original event, so instead to receive a fake event new Event('click')
, an undefined
value is provided.pointerEvents
over unbind the listeners;Changelog
v3.1.0
iconRangeSame
option where the previous stars will be the same as the selected one; #135 by viniciusjlChangelog
v3.0.0
destroy
was removed;reload
was removed;set
was removed;element.data('raty').FUNCTION_NAME()
;cancel
was renamed to cancelButton
;single
options the click was not turning the star on; #155 by henrikhannemose