jQuery Syntax


Basic syntax is: $(selector).action()
  1. A dollar sign to define jQuery
  2. A (selector) to "query (or find)" HTML elements
  3. A jQuery action() to be performed on the element(s)

Comments

Popular posts from this blog

371 - Ackermann Functions

Create many folder with one click