Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 498 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 498 Bytes

star-nps-rating

jQuery plugin for Star rating and Net promoter scale rating Purpose of this jQuery plugin is to show simple input textboxes as Star rating or Net promoter scale controls. Basically when you initialize it, it hides the input control and append html to the DOM. It respects user interaction and propogate the change to input textboxe's value.

It also has couple of unit test using mocha.

To see the plugin in action, download the source and simply see index.html in the browser.