Perhaps I should elaborate more on what I have in mind. Discovering Collapse-O-Matic got me thinking about structuring my website content differently.
My original goal was to present content in a general, outline form, and have links that would “drill down” to more and more specific and detailed content. But having links that jump to new pages/tabs are jarring to the reader and are prone to having readers lose their way in my content when multiple tabs are opened. Upon discovering Collapse-O-Matic, a realized that I liked the “lovely jQuery expanding and collapsing div” for revealing the additional content.
So I thought I’d put ALL of my content in one WP page, and have many layers of nested content in collapsible containers.
But then I realized that searching for content would be a problem. The browser’s find-on-page function wouldn’t work with collapsed content, and search engine hits would direct viewers to fully collapsed pages with no indication of where to go to find the info they sought.
Current thoughts…
Maybe the solution is to put each successive level of information in separate pages, but somehow get Collapse-O-Matic to load the external page content upon clicking the trigger. That way, search engines would direct the readers to the appropriate external page when searching content. (But that still doesn’t address the browser’s “find on page” function.)
So I guess my new question is: how do I link the trigger content to load external content from another WordPress page, and display it as the content of the expand block when the target is clicked?
Is there any way to improve the reader’s use of “find on page” in this scenario?