Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //http://stackoverflow.com/a/34888846/2971649
- //You can add the below code the this JSFiddle: http://jsfiddle.net/k9mgh8rz/4/
- $('input[type=checkbox]').on('click change', function(){
- alert('Checkbox click or change');
- //if not checked
- //$('.icheckbox_minimal').css('background-position', '-30px 0');
- //if checked
- //$('.icheckbox_minimal').css('background-position', '-90px 0');
- });
Advertisement
Add Comment
Please, Sign In to add comment