Tuesday 23 July 2013

Jquery Syntax

jQuery syntax is made by using HTML elements selector and perform some action on the elements are manipulation in Dot sign(.)
jQuery syntax: $(selector).method()
$ sign define the jQuery,
Selector define the Query Elements in HTML document, and

method() define the action performed on the elements