Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/05/2011, 16:59
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: [JQuery] Eliminar elemento padre

Probaste con parent ?

Código Javascript:
Ver original
  1. $(function() {
  2.     $("#eliminar").click(function () {
  3.         $('.check:checked').parent().remove();
  4.     });
  5. });

Saludos.
__________________
http://es.phptherightway.com/
thats us riders :)