18-08-2012, 01:31 PM
Maks, sans s’éloigner trop du sujet. Par rapport a ta citation:
"Repeat after me: jQuery is not JavaScript. It is not the answer to every JavaScript-related question. When you have to write some JavaScript, do not instantly react with "Oh, I'll do that with jQuery!""
Y a t'il vraiment un écart de temps d’exécution entre l'utilisation de JQuery en plus de JavaScript et JavaScript pur?
Posons: document.getElementById('blabla').style.backgroundColor='red'; et $("#blabla").css('background-color' , 'red');
La différence de performance ou de temps d'exécution est existante?
Ou alors par principe, il vaut mieux utiliser Javascript pur?
"Repeat after me: jQuery is not JavaScript. It is not the answer to every JavaScript-related question. When you have to write some JavaScript, do not instantly react with "Oh, I'll do that with jQuery!""
Y a t'il vraiment un écart de temps d’exécution entre l'utilisation de JQuery en plus de JavaScript et JavaScript pur?
Posons: document.getElementById('blabla').style.backgroundColor='red'; et $("#blabla").css('background-color' , 'red');
La différence de performance ou de temps d'exécution est existante?
Ou alors par principe, il vaut mieux utiliser Javascript pur?