Archive for July, 2012
FancySelect jQuery pseudo select list
Styling select lists can be a pain and they never quite turn out the way you would like. I’ll go back later and make this easier to download and use. The css could probably be shortened up a bit too. (function( $ ) { $.fn.fancySelect = function(sel) { var saved_value = $(’.fancyselect-selected li’, this); var […]
Recent Comments