Difference between revisions of "Jquery"
From MohidWiki
(New page: 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: <code lang="html"> <head> <!-- ...) |
|||
Line 3: | Line 3: | ||
==How it works== | ==How it works== | ||
Simply insert the jquery library in the header of your html: | Simply insert the jquery library in the header of your html: | ||
− | <code | + | <htm><pre name="code" class="html"> |
<head> | <head> | ||
<!-- ... --> | <!-- ... --> | ||
Line 9: | Line 9: | ||
<!-- ... --> | <!-- ... --> | ||
</head> | </head> | ||
− | </ | + | </htm> |
==External References== | ==External References== |
Revision as of 11:54, 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:
External References