jquery.mobile.instantsearch
jquery.mobile.instantsearch copied to clipboard
An instant search like plugin for jquery mobile
jQuery Mobile Instant Search plugin
What it is
The plugin submits a form and displays the results while the user is typing.
What you need
- A form containing an input field of type search.
- The result must be a jqm ul(data-role='listview')
How to use
- Dig into the example. Its really easy
Features
- Tested with all jqm version > 1.0alpha4
- markup-driven -> no extra js-coding
- The Form is send as it is. Including all contained fields
- Optimized Userinput/Send Timing to improve user experience and reduce server load
- Usefull for client/server apps