What is the difference between jquery-x.x.x.js and jquery.x.x.x min.js?



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

Post New Answer

More jQuery Interview Questions

How to use connect?

1 Answers  


How to write browser specific code using jQuery?

1 Answers  


What is jQuery?

1 Answers  


Define url paremeter of jquery ajax method?

1 Answers  


How do you stop the currently-running animation?

1 Answers  


Explain .live()? : jquery mobile

1 Answers  


What does dollar sign ($) means in jquery? : jquery mobile

1 Answers  


Change the url for a hyperlink using jquery?

1 Answers  


explain bind() vs live() vs delegate() methods in jquery

1 Answers  


Why we need jquery?

1 Answers  


What is jquery.size()? : jquery mobile

1 Answers  


What is the difference between parent() and parents() methods in jQuery?

1 Answers  


Categories