[jQuery] Weird Hiding Issue
The answer to this is probably really simple, but I'm just not finding
it.
I'm working on a newsletter and they want the first paragraph of each
article shown, then a More link at the end. Got that working fine. I
even have it working so that it automatically hides all but the first
paragraph tag. Perfect. However, I have a few unordered lists inside
paragraph tags and the unordered lists aren't hidden when the page
loads, even if they're inside the paragraph tags. How would I get
those elements to be hidden when the paragraph tag is hidden? Thanks!