JQuery Syntax

 

Basic syntax :-

--- $(selector).action()

$                       = define/ access JQuery
selector          = Query or find all elements
action             = which performed on elements




Post a Comment

0 Comments