Referencing jquery to html in many sources
Referencing jquery to html in many sources
1. <script src="jquery.js"></script> (downloaded jquery uncompressed file)
2. <script src="
http://code.jquery.com/jquery-2.1.3.min.js"
></script>
3. <script src="
http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js"></script>
Is there any differences between these three? Which one should i use?
Topic Participants
kvnlee17
jakecigar