JQuery is a javascript library with many features.
but in the backend javascript commands will be executed.
When it comes to performance pure JavaScript should be faster than JQuery.
On the other hand JQuery has alot of features and much easier than JavaScript.
In web development performance of JavaScript or JQuery does not make a alot of difference since we need to concern about time which takes to load web page and its resources from web server.
but in the backend javascript commands will be executed.
When it comes to performance pure JavaScript should be faster than JQuery.
On the other hand JQuery has alot of features and much easier than JavaScript.
In web development performance of JavaScript or JQuery does not make a alot of difference since we need to concern about time which takes to load web page and its resources from web server.
I remember once I used a Jquery plugin downloaded from somewhere to include a slider (not the usual sliders we have, animated with fanzy effects, blah blah )
It was a normal computer, but the Jquery plugin which I've used had some issues, making the browser to use almost 90% of his cpu
Then I removed that fancy slider and put a normal one. (the slider was client's requirement)