Wednesday 19 September 2012

Difference between jquery.min.js and jquery.js ?

Both support the same functions. jquery.min.js is a compressed version of jquery.js (whitespaces and comments stripped out, shorter variable names, ...) in order to preserve bandwidth.  In terms of functionality they are absolutely the same. It is recommended to use this compressed version in production environment.
                                                                                                                         
                                                                                                                                  Source : Stackoverflow

No comments:

Post a Comment