$(“#select_all”).click(function() { var _status = this.checked; $(“input[type=checkbox]“).each(function() { this.checked = _status; }); }); Simple no? Por cierto no he muerto; he encontrado algunos retrasos en mis pendientes pero sigo vivo
16 sep
$(“#select_all”).click(function() { var _status = this.checked; $(“input[type=checkbox]“).each(function() { this.checked = _status; }); }); Simple no? Por cierto no he muerto; he encontrado algunos retrasos en mis pendientes pero sigo vivo