Questions about this topic? Sign up to ask in the talk tab.
JQuery
From NetSec
Revision as of 08:36, 5 September 2011 by JacintoWimble (Talk | contribs)
jQuery is a JavaScript library that simplifies HTML document traversing, event handling, animating, and Ajax interactions.
Example
Here is an example piece of code written in jQuery:
$('div.container').html('hello world');