|
|
|
|
|
by mtschopp
3938 days ago
|
|
It's because jQuery is a library on top of JavaScript. That makes it slower than native JavaScript. If you don't need to support very old browsers you can easy go without jQuery. Have a look at http://youmightnotneedjquery.com |
|