Difference between revisions of "Jquery"

From KOP KB
Jump to: navigation, search
(Created page with "SOURCE: http://www.w3schools.com/jquery/jquery_install.asp <syntaxhighlight lang="javascript"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js">...")
 
(No difference)

Latest revision as of 19:55, 29 December 2014

SOURCE: http://www.w3schools.com/jquery/jquery_install.asp

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.1.min.js"></script>