icheck全选

    xiaoxiao2021-03-25  152

    $(document).ready(function(){ $('#selALL').on('ifChecked', function(event){ $('input').iCheck('check'); }); $('#selALL').on('ifUnchecked', function(event){ $('input').iCheck('uncheck'); }); });
    转载请注明原文地址: https://ju.6miu.com/read-11566.html

    最新回复(0)