JQuery Programmer Question:

What is the advantage of using minimized version of jQuery?

JQuery Programmer Interview Question
JQuery Programmer Interview Question

Answer:

Efficiency of web page increases when minimized version of jQuery is used.min.js file will be more than 50% less than the normal js file. Reduction in the file size makes the web page faster.


Previous QuestionNext Question
How to remove an attribute from each of the matched elements using jQuery?What is the use of each function in jQuery?