Nice Fullscreen Select Box Replacement - select.js

File Size: 9.87 KB
Views Total: 2426
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Nice Fullscreen Select Box Replacement - select.js

select.js is a lightweight, mobile-friendly, jQuery based select replacement that enables you to select an option from a fullscreen popup select box.

How to use it:

1. Load the jquery.select.css in the head section for the basic styles of select box & popup window.

<link rel="stylesheet" href="css/jquery.select.css">

2. Load jQuery library and the jQuery select.js script at the end of the document.

<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="jquery.select.js"></script>

3. Call the plugin on the existing select box and done.

$("select").select();

This awesome jQuery plugin is developed by coolskull. For more Advanced Usages, please check the demo page or visit the official website.