+ 9
Does using jQuery can slow down my web page?
Which one is recommended: standard javaScript or jQuery?
5 Answers
+ 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
Hot today
Python — File Handling
1 Votes
Help me solve this (using loop)
3 Votes
What is wrong? Error on test.
1 Votes
Help me wiht python
1 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Help me
0 Votes
What’s wrong?
2 Votes