Jquery autocomplete Items not clickable in mobile safari

Posted by princyp on Stack Overflow See other posts from Stack Overflow or by princyp
Published on 2010-03-29T05:52:00Z Indexed on 2010/03/29 5:53 UTC
Read the original article Hit count: 680

I'm using the defualt jquery autocomplete plugin in my iphone web app, it builds a div with li's. In the browser the hovers and click events work for this but in mobile safari if I click it highlights the entire results containing div. Do I need to create seperate event listeners for the iphone? How would I go about doing this? thanks

© Stack Overflow or respective owner

Related posts about jquery-autocomplete

Related posts about jQuery