19/02/2013, 12:21
|
| | | Fecha de Ingreso: octubre-2012 Ubicación: Santiago
Mensajes: 417
Antigüedad: 12 años, 1 mes Puntos: 36 | |
Respuesta: Seleccionar el siguiente <td> dentro de un <tr>
Código Javascript :
Ver original$(this).next().children('td:first');
ó
Código Javascript :
Ver original$(this).next().children('td').first();
Prueba con eso
Saludos |