jquery.thumbs.js

1.0.4 • Public • Published

NPM

Simple jQuery plugin

npm version

Simple jQuery plugin rating.

Install

$ bower i jquery.thumbs.js

or

$ npm i jquery.thumbs.js  

You can see example in action

Simple example

$(function () {
        $('.js-rating-simple').thumbs();
})

Extended example

$(function () {
        $('.js-rating').thumbs({
            onLike: function (value) {
                console.log('Like ' + value);
            },
            onDislike: function(value) {
                console.log('Dislike ' + value)
            }
        });
})

Dependents (0)

Package Sidebar

Install

npm i jquery.thumbs.js

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

9.66 kB

Total Files

6

Last publish

Collaborators

  • ghostrd
  • laikisounds