Skip to content

Releases: prrashi/rateYo

Giving more programmatic access

02 Dec 19:25
Compare
Choose a tag to compare

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");.
  • 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

08 Nov 05:52
Compare
Choose a tag to compare

Javascript

  • Added readOnly option to the plugin, which does not allow user to change the rating.
  • #2 Declared the package.json to allow npm install and 'Grunt'ed the plugin.
  • Declared more tasks in Gruntfile.js
  • Using Bower for jQuery

rateYo Initial Release

29 Sep 18:41
Compare
Choose a tag to compare

Somehow i accidentally removed the Initial version tag,
The V1.0.rar Archive contains the initial code