
23/04/2013, 06:46
|
 | Moderador | | Fecha de Ingreso: abril-2005 Ubicación: In this planet
Mensajes: 15.720
Antigüedad: 19 años, 10 meses Puntos: 839 | |
Respuesta: Mostrar valores de elementos Algo así:
Código Javascript :
Ver original$('input[name^="categoria_"]').each(function() { alert($(this).val()); });
http://api.jquery.com/attribute-starts-with-selector/ |