Archivo de 16 septiembre 2011

Seleccionar todos los checkbox con JQuery

$(“#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

Continuar leyendo »

Seguir

Get every new post delivered to your Inbox.

Únete a otros 233 seguidores