Jahir Higuera

Results 1 comments of Jahir Higuera

I need a method to renew some checkbox. For example im using this code: --- resetSwitcheryPiso: function() { // uncheck some html checkbox $('.por_piso .js-switch-piso').each(function(){ $(this).get(0).checked=false; }); // delete elements...