Obtener el nombre del checkbox clickeado
Obtener el nombre del checkbox clickeado
$(":checkbox").click(obtenerNombre);
function obtenerNombre() {
nombre = $(this).attr("id");
}
Written by Yesi D
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Jquery
Authors
Related Tags
#jquery
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#