wonderfan / javascript

Explore the power of HTML,CSS and JavaScript
1 stars 0 forks source link

Ignored shinning facets of jQuery #35

Closed wonderfan closed 9 years ago

wonderfan commented 9 years ago

$("strong + em") Selects all elements matched by <em>that immediately follow a sibling element matched by <strong>.

wonderfan commented 9 years ago

$("p ~ ul") Selects all elements matched byulthat follow a sibling element matched by p

wonderfan commented 9 years ago

two tutorials: