jquery select plugin for mobile (Android and iOS) with a nice feature (born to modify the WeChat select style) that lets you select an option from a full-screen popup select box.
jquery selectbox, jquery to select option in dropdown, how to auto select dropdown value in jquery, javascript replace select options, select box value selected in jquery
How to make use of it:
1. Load jquery.select.css
in the header section of the basic styles for the selection box and popup.
<link rel="stylesheet" href="css/jquery.select.css">
2. Load the jQuery library and the jQuery select.js
script.
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script> <script src="jquery.select.js"></script>
3. Call the plug-in in the existing selection box.
$("select").select();
select box replacement jquery Plugin/Github
See Demo And Download
Official Website(coolskull): Click Here
This superior jQuery/javascript plugin is developed by coolskull. For extra advanced usage, please go to the official website.