Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/01/2010, 06: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: JQuery: scrollTo no me funciona =S... cual es el problema?

Tenes el bounce en el jquery UI:

http://docs.jquery.com/UI/Effects

Especificamente aqui: http://docs.jquery.com/UI/Effects/Bounce

Por otro lado, recomiendo alteres esta linea:

Cita:
<a href = "JavaScript: $.scrollTo('#cuadro2', 800, {easing:'elasout'});">Ir a cuadro 2</a>
Y uses esta:
Cita:
<a href = "#" onclick="$.scrollTo('#cuadro2', 800, {easing:'elasout'}); return false">Ir a cuadro 2</a>