Releases: prrashi/rateYo
Releases · prrashi/rateYo
Giving more programmatic access
Javascript
- Changed the signature of the plugin methods.
- Just pass the name of the method like
$("#rateyo").rateYo("destroy");
. - Its backward compatible with older version, you can also call a method like
$("#rateyo").rateYo("method", "destroy");
.
- Just pass the name of the method like
- Added
option
method, to change the options of plugin dynamically. - Re-Ordered lot of code, put almost everything in function.
CSS
- Added
cursor: pointer
for whole plugin container, so that the boundaries of plugin look clickable.
V1.1.1
rateYo Initial Release
Somehow i accidentally removed the Initial version tag,
The V1.0.rar
Archive contains the initial code