What are the disadvantages of jQuery?
can any give some point about disadvantage of jQuery.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhineet SrivastavaPosted Aug 25, 2014, 5:43 AM
Abhishek JaiswalPosted Aug 24, 2014, 8:05 AM
for more check this
http://stackoverflow.com/questions/5347629/drawbacks-of-using-jquery
Abhay ShankerPosted Aug 23, 2014, 1:27 PM
While JQuery has an impressive library in terms of quantity, depending on how much customization you require on your website, functionality maybe limited thus using raw javascript maybe inevitable in some cases.
The JQuery javascript file is required to run JQuery commands, while the size of this file is relatively small (25-100KB depending on server), it is still a strain on the client computer and maybe your web server as well if you intend to host the JQuery script on your own web server.
Dipankar BiswasPosted Aug 23, 2014, 11:00 AM