1.0.4 • Published 6 years ago

jquery.thumbs.js v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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)
            }
        });
})
1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago