Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 592 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 592 Bytes

jquery.select

A jQuery plugin to customize the <select/> element.

Copyright (c) 2010 - 2013 Eduardo García Sanz Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)

Usage:

Include the css:

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

Include the js's:

<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/jquery.select.js" type="text/javascript"></script>

Implement it:

$(function() {
	$('select').select();
});

Events:

Soon...