Difference between revisions of "Jquery"
From MohidWiki
Line 4: | Line 4: | ||
Simply insert the jquery library in the header of your html: | Simply insert the jquery library in the header of your html: | ||
<htm><pre name="code" class="html"> | <htm><pre name="code" class="html"> | ||
− | < | + | <HEAD> |
<!-- ... --> | <!-- ... --> | ||
<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> | ||
<!-- ... --> | <!-- ... --> | ||
− | </ | + | </HEAD> |
</pre></htm> | </pre></htm> | ||
Revision as of 11:56, 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> </HEAD>