jQuery Skinner

A jQuery Plugin for customize your combo box. (<select>)

Skin your select! :)

Tweet

jquery-skinner.js

If you find any bug, report it by direct message on twitter. Follow @anbi








<script src="js/jquery-1.6.4.min.js" type="text/javascript"></script>
<script src="js/jquery-skinner.js" type="text/javascript"></script>
<script type="text/javascript">

	$(function(){

		$('.select1').skinner({'width':'200px','maxitem':'4'});
		
		$('.select2').skinner({'type':'left','width':'150px','maxitem':false});	
		
		$('.select3').skinner({'type':'right','width':'100px'});
		
		$('.select4').skinner({'type':'left','width':'50px','textwrap':true});	
		
		$('.select5').skinner({'type':'right'});
		
	});	

</script>

Changelog:


Credits:


Downloads:
Packages includes 'jquery-1.6.4.min.js'