JavaScript: What if jQuery animation doesn't fire/start? JavaScript: E se a animação jQuery não activado / começar?
Posted on 19. Postado em 19. Jun, 2009 by Dragos in Coding , JavaScript & Ajax Junho de 2009 por Dragos na Codificação, JavaScript e Ajax
I've been working on an image gallery (that I will publish here for all to see and use) and I ran into an issue that I've never experienced before: jQuery stopped firing the animation of an object. Estive trabalhando em uma galeria de imagens (que vou publicar aqui para que todos possam ver e usar) e eu corri em uma questão que eu nunca tinha experimentado antes: jQuery parou de atirar a animação de um objeto. I looked at the expression, everything was fine. Olhei para a expressão, estava tudo bem. However not the expression was the problem, but the variables I passed to the animation. No entanto, nem a expressão foi o problema, mas as variáveis que passei para a animação. For some reason a variable passed the value 'undefined', which was the problem that hampered my code from running smoothly. Por alguma razão, uma variável passada o valor 'indefinido', que foi o problema que impediu o meu código de funcionar sem problemas.
So if you ever experience the same problem about jQuery's animation, check and make sure that the values you pass to the animation function are correct. Portanto, se você já experimentou o mesmo problema sobre animação jQuery's, verificar e certificar-se que os valores que você passar para a função de animação estão corretas.
Related posts: Related posts:
- JavaScript: GIFless animation. JavaScript: animação GIFless. Animate images,logos with jQuery Anime imagens, logotipos com jQuery
- JavaScript: How to get the index (position within a group) of an object with jQuery? JavaScript: Como obter o índice (posição dentro de um grupo) de um objeto com jQuery?
- Javascript: How to validate email address with JavaScript? Javascript: Como validar endereço de e-mail com JavaScript?
- JavaScript: Get anchor from URL JavaScript: Get âncora de URL
- JavaScript: Send function as a parameter to another function (callbacks) JavaScript: Enviar funcionar como um parâmetro para outra função (callbacks)












































