Justselect.js is a JavaScript library for creating mobile-friendly select boxes that are fully customizable via CSS. Pure CSS can’t do that and many JavaScript libraries can be messy, bulky, and contain some unnecessary things. We just wanted to have some clear and light solutions.
custom select box using div, select option mobile css, animated select dropdown, responsive select dropdown, select box css, pure css select dropdown, custom select dropdown pure css
How to make use of it:
1. Add JavaScript and stylesheet from Justselect to your web page.
<link rel="stylesheet" href="selectbox.min.css"> <script src="selectbox.min.js"></script>
2. Add a justselect class to all the <select>
elements you want to format:
<label for="color">Color:</label> <select name="color" id="color" class="justselect"> <option value="red">Dark Red</option> <option value="green">Light Green</option> <option value="blue">Blue</option> </select>
Mobile-friendly Select Box Replacement, Justselect js Plugin/Github
See Demo And Download
Official Website(Justmighty): Click Here
This superior jQuery/javascript plugin is developed by Justmighty. For extra advanced usage, please go to the official website.