gfranko / jquery.selectBoxIt.js

A jQuery Select Box Plugin for Mobile, Tablet, and Desktop
http://www.selectboxit.com
MIT License
852 stars 301 forks source link

Not working with jQuery Mobile #268

Closed istudiomobile closed 10 years ago

istudiomobile commented 10 years ago

Hello,

I'm trying to use it in a mobile app to fix the Android 2.3.x selec box problem, however selectBoxIt isn't working either.

Project uses jQuery Mobile 1.4.2 and when jquery.mobile-1.4.2-js is included everything breaks. selectBoxIt own select box is shown inside jqmobile's own select box. Has anyone solved this?

Thank you.

gfranko commented 10 years ago

If you don't want your select box to be automatically transformed by jQuery Mobile, you need to set the data-role="none" attribute. Here is a jsbin.