What is the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
Answer / Rajat Pratap Singh
The main difference between jquery-x.x.x.js and jquery.x.x.x min.js is that the former is the uncompressed, human-readable version of jQuery, while the latter is a compressed (minified) version intended for production use to reduce the file size and improve load times.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use connect?
How to write browser specific code using jQuery?
What is jQuery?
Define url paremeter of jquery ajax method?
How do you stop the currently-running animation?
Explain .live()? : jquery mobile
What does dollar sign ($) means in jquery? : jquery mobile
Change the url for a hyperlink using jquery?
explain bind() vs live() vs delegate() methods in jquery
Why we need jquery?
What is jquery.size()? : jquery mobile
What is the difference between parent() and parents() methods in jQuery?