Are all hosted jQuery the same? -


jquery has many hosts, google , microsoft. jquery libraries hosted different companies vary? or, same same version?

they same each version. can pick 1 like.

when importing them website it's idea go minified versions.

the difference may found in initial comment before library starts (sourcemappingurl) far library identical.

i'd recommend using google's hosted jquery:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> 

since have decreased latency , better caching..


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -