Why we need to use multiple version of JQuery Libraries -


i saw lot of sites people using multiple versions of jquery library. doubt why need use multiple versions? can't use latest version only? won't support previous versions functionality?

if using multiple versions, our website loading not slow, trying load multiple versions.

your comments helpful understand things

devesh

a web site using multiple versions of jquery is

  • slower loads , run more code
  • more complex have add hooks ensure each library uses right jquery
  • messy, developers need master different versions

when library uses jquery, library must date. fix libraries version of jquery you'll use site. never try jungle multiple versions of jquery.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -