11.15.2012
11.13.2012
11.12.2012
setInterval( function(){doStuff()} ,100 )
//THIS IS BETTER.
(function myfunction(){
//Do stuff, finish
doStuff();
//wait after doStuff finishes then calls it again.
//and I guess we can stop this loop as well.
setTimeout(myfunction,100);
//we could also use arguments.callee but is deprecated
})();
From: http://www.youtube.com/watch?v=i_qE1iAmjFg
Jquery performance links:
Jquery performance links:
Este link tiene un video, pero a veces la pagina esta caida...
Este link tiene un video, pero a veces la pagina esta caida...
Suscribirse a:
Entradas (Atom)