drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.39k stars 1.63k forks source link

return load Ajax #350

Closed laudirbispo closed 7 years ago

laudirbispo commented 7 years ago

Recharging uncheck the return load? After running the following script iCheck for work! Example:

`if(data === 'success') { $('#table-users').load(location.href+" #table-users>*", function(){ // here to recharge iCheck });

what to do? }`