Personal tools

Jquery

From MohidWiki

Revision as of 12:52, 5 May 2009 by Guillaume (talk | contribs) (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> <!-- ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> </head>

External References