I am using jQuery accordion plugin to collapse a large page. It works nicely and is a great way to compact the page but I noticed that when using the Browser search function find (Ctrl+F) it only looks in the open div for the search string.
Is there a way to get the browser find to search through all the divs (and maybe even open them if found)… I see why this is not trivial. The search would have to open the divs to show results and this is not obvious…
If there isn’t an obvious way to get around this, what would be the approach to doing this programatically?
Any ideas?
I went with this option, as described elsewhere:
Toggle Entire Accordion Functionality with Link or Button
I give the user an option to toggle the accordion all together and then they can search with Ctrl+F.