Hello, I am using jQuery Mobile for an application and I'm using collapsible sets. I should note I'm a super noob and have only been using it a few days for a project I'm working on. Currently the sets are data-collapsed=true. I have 30 or so buttons on the parent set and if I use data-filter, it will filter to text within the sub-sets, however it doesn't actually go to the text it has found, but rather just drops off the non-relevent buttons. I understand this is how it works, but would like to make it so I can have the data-collapsed=false upon filter hits, and ideally having the focus of the page become where this word is. The best solution would also highlight the text.
I am new to jMobile Query and I'm sure sure what's possible or not, but I would think others would have used similar functionality when using filters and collapsible sets.
For example, if you filter the text AAE, it will drop off Part 1 as AAE is a keyword within Part 2's collasible sets. When filtered, I would like to see AAE when filtering is rendered.
Thanks so much for your help!