jQuery Mobile listview hide and show then cannot search
jQuery Mobile listview hide and show then cannot search
Hi,
Is there something new about this bug:
http://stackoverflow.com/questions/14396500/jquery-mobile-listview-hide-and-show-then-cannot-search
?
It's about having a listview, apply .hide() then .show() methods on a child, and then, using the searchbar that doesn't work anymore.
Here is an example:
http://jsfiddle.net/bodgybrothers/bw2ZV/
It doesn't seems to be fixed in jQuery Mobile 1.3.0 RC1.
We can fix it using .css('display', '') and .css('display', 'none') instead of .show() and .hide(), but is there a proper way to fix it?
Thank you
Topic Participants
c1114372