You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
Enhancement description: Filterable feature to hide parent divs and only show children containing string
Test page: http://jsbin.com/ofuhaw/255
Steps to reproduce: On test page, enter pizza in search filter
Requested outcome: Only show child div containing the filtered string
Current outcome: The parent div(s) show and user has to drill down through child divs and scan for filtered string through child divs that do not contain the string
Platforms/browsers (including version) and devices tested: Windows 7 Chrome 28, Phonegap 2.8.1,, Android 4.3
jQuery Mobile and jQuery core version used: jquery-1.10.1, jquery.mobile-1.4.0-alpha.2
Other relevant information, e.g. using PhoneGap: Phonegap 2.8.1
Thank you for your work and consideration of this request!
The text was updated successfully, but these errors were encountered:
Thanks for the feature request, but this is not something we will implement.
It would mean the widget has to be able to filter more than one level, which is bad for perfomance. And to show only the nested collapsible and not its parent(s) means the widget would have to copy or move the nested collapsible, while this widget is only meant to filter.
You're right, I forgot that the option children accepts multiple selectors. However, only showing the child and not its parent (the actual feature request here) is not possible.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Enhancement description: Filterable feature to hide parent divs and only show children containing string
Test page: http://jsbin.com/ofuhaw/255
Steps to reproduce: On test page, enter pizza in search filter
Requested outcome: Only show child div containing the filtered string
Current outcome: The parent div(s) show and user has to drill down through child divs and scan for filtered string through child divs that do not contain the string
Platforms/browsers (including version) and devices tested: Windows 7 Chrome 28, Phonegap 2.8.1,, Android 4.3
jQuery Mobile and jQuery core version used: jquery-1.10.1, jquery.mobile-1.4.0-alpha.2
Other relevant information, e.g. using PhoneGap: Phonegap 2.8.1
Thank you for your work and consideration of this request!
The text was updated successfully, but these errors were encountered: