How to get multiple html() strings in jQuery
- by Bryan
I'm pretty new to jQuery... so far I'm impressed. But I encountered a situation today that is giving me trouble. I want to use .html() to get some raw text and use that in a selector, but that function only returns the first element.
In the following structure, how can I get ALL of the "toggle_containerLG" divs to show when I click on the…