Basic syntax is: $(selector).action()
* A dollar sign to define jQuery
* A (selector) to find HTML elements
* A jQuery action() to be performed on the element(s)
* A dollar sign to define jQuery
* A (selector) to find HTML elements
* A jQuery action() to be performed on the element(s)
No comments:
Post a Comment