Friday 3 April 2015

Vote Checking

$('.vote').click(function () { $(this).toggleClass('on'); }); .vote { display: inline-block; overflow: hidden; width: 40px; height: 25px; cursor: pointer; background: url('http://i.stack.imgur.com/iqN2k.png'); background-position: 0 -25px; } .vote.on { background-position: 0 2px; } Click to vote:

No comments:

Post a Comment