Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/03/2010, 17:07
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 1 mes
Puntos: 101
Respuesta: evitar los cartelitos title onmouseover

Probe esto, y no funciona:

Cita:
$("a.fancybox").fancybox({
'speedIn' : 600,
'speedOut' : 200,
'overlayShow' : false
});

$("a.fancybox").each(function(){ $(this).removeAttr('title'); });
Me devuelve "img" como unico comentario. ?