/ Published in: JavaScript
URL: http://dealis.pl/cm8/auto-selecting/
Expand |
Embed | Plain Text
$(function(){ $("input[type=checkbox]") .on("mouseover", function(){ t = this.checked; this.checked = t==true?false:true; }); });
You need to login to post a comment.
