jQuery Plugin to Convert HTML Select Box to DIV Based Dropdown

Since long time I was planning to build jQuery plugin to convert HTML select box to DIV based dropdown but still do not want to loose flexibility of HTML control. Drawback with HTML select box is you can not apply css or beautify it, if you need multiselect option it occupy good space and your page look ugly in certain cases. This plugin will convert your HTML selectbox to DIV based dropdown list yet it will have simplicity of HTML control.

You can review full source code on Github repository, and Click Here for DEMO.

Hope this help and don’t forget to submit comment or issue.