jquery - How to select all content between two tags
- by ed.talmadge
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?