2013年4月11日 星期四

What are jQuery Selectors?

Selectors allow page elements to be selected, single or multiple elements are supported. A selector identifies an HTML element/tag that you will manipulate with jQuery Code.

 

$(selectorExpression)

 

Selecting Nodes by followings

  • Tag Name
  • ID
  • Class Name
  • Attribute Value
  • Input Nodes

image

沒有留言:

張貼留言