The Jquery library provides a general purpose abstraction layer for common scripting, and therefore useful in almost every scripting situation.
Example:
$(document).ready(function{
Example:
$(document).ready(function{
$('.poem-stanza').addClass('MycssClass');
});
where u can add the cssClass the respective elements.
0 comments:
கருத்துரையிடுக