kglife developer's blog | our web,our life

九/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
                return false;
6
            });
7
        }) ;
8
    });

· ·

Comments are closed.

<<

>>