autocomplete issue with iScroll

Posted by user1434647 on Stack Overflow See other posts from Stack Overflow or by user1434647
Published on 2012-06-04T08:33:36Z Indexed on 2012/06/04 10:40 UTC
Read the original article Hit count: 201

Filed under:
|
|

I am using jQuery Autocomplete on my jQUeryMobile application. It works perfect. Now I'm trying to use iScroll.js to scroll through the list of looked up items. Here is what I'am doing,

http://jsfiddle.net/uXbKY/39/

The problem is, iscroll is applying only for the first item of the suggestion box, where as I'm not able to scroll through entire list.Please help me if I'm missing anything in my code.Please help me to acheive this using iScoll.

I found one more way that we can use custom touch based scrollbar for autocomplete box http://jsfiddle.net/uXbKY/2/ but there is a issue that, the custom scrollbar appears only for first search and it disappears from the suggastion box when list get refreshed, Please suggest me if we can fix this, because both options are fine for me for using my autocomplete in ipad and android.

or if anyone thinks there's a better way to do this than with iScroll and jScrollPane, you are wel-come I'm open to suggestions.

Thanks in Advance,

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui