Personal tools

Difference between revisions of "Jquery"

From MohidWiki

Jump to: navigation, search
(How it works)
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>
 
<head>
 
<!-- ... -->
 
<!-- ... -->
Line 9: Line 10:
 
<!-- ... -->
 
<!-- ... -->
 
</head>
 
</head>
</pre>
+
<!-- ... -->
</htm>
+
</pre></htm>
  
 
==External References==
 
==External References==

Revision as of 12: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