Skip to content

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

Notifications You must be signed in to change notification settings

lidaling/jquery.select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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...

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published