InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Jquery-x.x.x.js And Jquery.x.x.x-min.js? |
|
Answer» In terms of functionality, there is no difference between the jQuery-x.x.x.js and jQuery-x.x.x-min.js (ALSO called minified version). However this can PLAY a VITAL role in the performance of the WEB page. In terms of functionality, there is no difference between the jQuery-x.x.x.js and jQuery-x.x.x-min.js (also called minified version). However this can play a vital role in the performance of the web page. |
|