Skip to content. | Skip to navigation

Personal tools
Log in
Sections
You are here: Home Web Javascript Load JQuery from Google

Load JQuery from Google

The preferred way to import the JQuery library from Google

The full article is here.

The skinny is this (add to your html <head>):

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// Your stuff!
});
</script>
Document Actions

Comments (0)

« May 2012 »
May
MoTuWeThFrSaSu
123456
78910111213
14151617181920
21222324252627
28293031