JavaScript: What if jQuery animation doesn't fire/start? JavaScript: Što ako jQuery animacija ne požara / početi?
Posted on 19. Poslano na 19. Jun, 2009 by Dragos in Coding , JavaScript & Ajax Jun, 2009 by Dragos u kodiranju, Ajax & JavaScript
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. Sam raditi na galeriju slika (koje ću objaviti ovdje za sve da vide i koriste), a ja naletio na problem koji ja nikada nisam doživio prije: jQuery zaustavila pucanje animaciju objekta. I looked at the expression, everything was fine. Pogledao sam na izraz, sve je bilo u redu. However not the expression was the problem, but the variables I passed to the animation. Ipak nije izraz je bio problem, ali varijable sam prošao na animaciju. For some reason a variable passed the value 'undefined', which was the problem that hampered my code from running smoothly. Za neki razlog prošlo vrijednost varijable 'undefined', koji je problem koji ometa moj broj od trčanje glatko.
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. Dakle, ako ste ikada doživjeti isti problem oko jQuery animacije, provjerite i uvjerite se da vrijednosti prođete do animacije funkcije su ispravni.
Related posts: Related posts:
- JavaScript: GIFless animation. JavaScript: GIFless animacija. Animate images,logos with jQuery Animate slike, logotipi s jQuery
- JavaScript: How to get the index (position within a group) of an object with jQuery? JavaScript: Kako biste dobili indeks (poziciju unutar grupe) s jQuery objekt?
- Javascript: How to validate email address with JavaScript? Javascript: Kako da biste provjerili valjanost adresa e-pošte s JavaScriptom?
- JavaScript: Send function as a parameter to another function (callbacks) JavaScript: Pošaljite funkcija kao parametar za druge funkcije (callbacks)
- JavaScript: Get anchor from URL JavaScript: Get sidro iz URL-a












































