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

open() function not working in devices #369

Open prateek-sparx opened 7 years ago

prateek-sparx commented 7 years ago

Hello,

I used the below code and its not working in mobile devices browser drop-down not opening.

var selectBox = $("select#test").data("selectBox-selectBoxIt"); // Individual calls selectBox.open();

Thanks in Advance

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37644564-open-function-not-working-in-devices?utm_campaign=plugin&utm_content=tracker%2F23157&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F23157&utm_medium=issues&utm_source=github).
xrmnk commented 7 years ago

I had the same problem and it was the minified version from the website. Try downloading the original source and eventually minify it yourself.