Archive for July, 2012

FancySelect jQuery pseudo select list

| July 31, 2012 | 0 Comments

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 […]

Continue Reading