speendo

Resultados 1 preguntas formuladas por speendo

¿Por qué funciona lo siguiente? <something>.stop().animate( { 'top' : 10 }, 10 ); Mientras que esto no funciona: var thetop = 'top'; <something>.stop().animate( { thetop : 10 }, 10 );