Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/08/2010, 18:37
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 8 meses
Puntos: 101
Respuesta: dos dudas con JQUERY

1- quizas usando .animate()
2- Con un evento mouseover y la referencia $(this)
Cita:
$("div.claseTal").mouseover(function(){

id = $(this).attr("id");
alert ( id );

});