Questions about this topic? Sign up to ask in the talk tab.

JQuery

From NetSec
Revision as of 09:36, 5 September 2011 by JacintoWimble (Talk | contribs)

Jump to: navigation, search

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');