kglife developer's blog | our web,our life

TAG | 全选

九/09

23

jquery全选/反选

 Javascript |  copy |? 1$(window).load(function() {2 $(’#hobby_anti_all’).click(function () {3 $(’input[name="list[]"]’).attr("checked",function(){4 if($(this).attr("checked")==false) return true;5 [...]

, , Hide