+ 9
Does using jQuery can slow down my web page?
Which one is recommended: standard javaScript or jQuery?
5 odpowiedzi
+ 5
jQuery is slow, in fact it's the slowest compare to pure javascript methods in term of DOM access.
Check out the test here
https://code.sololearn.com/Wu20kv75u57T/?ref=app
+ 10
Thanks for clearing my confusion
+ 4
well that's debatable.
I would suggest you to use simple JavaScript because modern features can do everything without jQuery.
0
Standard Javascript is 34 times faster than JQuery
- 1
No it even faster and more preferred able