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
Post a Comment