What is the difference between .js and .min.js?

Answer Posted / chaitanya

jQuery library comes in 2 different versions Development and Production/Deployment. The deployment version is also known as minified version. So .min.js is basically the minified version of jQuery library file. Both the files are same as far as functionality is concerned. but .min.js is quite small in size so it loads quickly and saves bandwidth.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you use any other name in place of $ (dollar sign) in jQuery?

528


What to do to select element having a particular class (".selected")? : jquery mobile

497


Define .siblings() method in jquery?

487


Difference Between Prop and Attr in jQuery?

496


Is jQuery is a client or server scripting?

504






Explain the difference between .js and .min.js? : jquery mobile

442


What is called chaining?

489


Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?

443


Tell me how to check data type of any variable in jquery? : jquery mobile

437


Tell me what does dollar sign ($) means in jquery? : jquery mobile

468


Is jquery a framework?

433


Why are not some scripts and styles loading? : jquery mobile

456


How we can modify the css class in jquery?

468


List browser related issues for jquery?

423


What is the latest version of jquery?

500