Wednesday, 14 September 2011

jQuery Syntax

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)

No comments:

Post a Comment