Personal tools

Difference between revisions of "Jquery"

From MohidWiki

Jump to: navigation, search
Line 5: Line 5:
 
<htm><pre name="code" class="html">
 
<htm><pre name="code" class="html">
 
<!-- ... -->
 
<!-- ... -->
<head>
+
&lt;head&gt;
 
<!-- ... -->
 
<!-- ... -->
 
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
 
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>

Revision as of 12:55, 5 May 2009

Jquery is a javascript library that adds functionality to standard xhtml.

How it works

Simply insert the jquery library in the header of your html:


<head>





External References