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

select visible on button click #347

Open lalithamadhuriv opened 8 years ago

lalithamadhuriv commented 8 years ago

Hi,

I have select box which is shown when a show button is clicked and it had id with index. For example, if i hit show once, one dropdown appears, if I hit show again another dropdown comes like that n dropdowns can come when I tried like below, it is not working $("select#otherOrgRoles[" + ${otherOrgIndex} + "].orgId").selectBoxIt({ theme: "jqueryui" }).data("selectBoxIt");

Also, even though I make it generalized like $("select").selectboxit, this dropdown is not converted to selectboxit

Please help

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.