(function(a){function b(){}a.fn.niceSelect=function(b){var c={};if(b){a.extend(c,b)}return this.each(function(){a(this).css("opacity","0").wrap('<div class="niceSelect"></div>').parent(".niceSelect").prepend('<span class="niceText"></span>');a(this).change(function(b){a(this).parent(".niceSelect").children("span.niceText").text(a(this).children("option:selected").text())}).change();a(this).focus(function(b){a(this).parent(".niceSelect").addClass("focus")});a(this).blur(function(b){a(this).parent(".niceSelect").removeClass("focus")})})};a.fn.niceSelect.functionName=function(a){return this}})(jQuery)
