Home » » what is JQuery?

what is JQuery?

Written By M.L on ஞாயிறு, 4 செப்டம்பர், 2011 | செப்டம்பர் 04, 2011

The Jquery library provides a general purpose abstraction layer for common scripting, and therefore useful in almost every scripting situation.

Example:

$(document).ready(function{
  $('.poem-stanza').addClass('MycssClass');
});

where u can add the cssClass the respective elements.


0 comments:

கருத்துரையிடுக

Popular Posts

General Category