Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 246 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 246 Bytes

Custom Select Box CSS Style Plugin: jQuery + CSS

Getting started

Initiate the plugin

$(document).ready(function(){
	$('#someSelect').customSelect();
});