jquery - How to select all content between two tags
Posted
by ed.talmadge
on Stack Overflow
See other posts from Stack Overflow
or by ed.talmadge
Published on 2009-01-26T19:47:16Z
Indexed on
2010/04/05
17:33 UTC
Read the original article
Hit count: 329
I have a document with headings and unordered lists.
How can I use JQuery to select a given heading (by its unique class name) AND all content between that heading and the next heading?
© Stack Overflow or respective owner