Javascript show/hide div content - how to edit?

Permalink
Is this something anyone has tried?

I would like to have some content that shows and hides using Javascript. Just not sure if that would work if the client wants to edit the hidden divs... since you'd have to click to show the content, how would it work in Edit Mode with the TinyMCE?

 
nbruley replied on at Permalink Reply
I did some show/hide stuff with jquery that you can see here:
http://gospelriver.com/bible-version-comparison/word-comparison...

You might look into jquery functions that hide a div for you or add a class that is tied to CSS visibility / display:none.