<basic selector>
tag - $('p')
id - $('#some-id')
class - $('.some-class')
<variable selector>
child - '>'
space
XPath selector
$('a[@title]'), $('a[title]'), $('div[ol]')
728x90

+ Recent posts