$(document).ready(function(){ if (!$.browser.opera) { // select element styling $('select.select').each(function(){ var title = $(this).attr('title'); if( $('option:selected', this).val() != '' ) title = $('option:selected',this).text(); $(this) .css({'z-index':10,'opacity':0,'-khtml-appearance':'none'}) .after('' + title + '') .change(function(){ val = $('option:selected',this).text(); $(this).next().text(val); }) }); }; }); /* FILE ARCHIVED ON 05:08:38 Jan 04, 2018 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 13:10:13 Feb 07, 2020. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): load_resource: 105.872 PetaboxLoader3.datanode: 207.723 (4) exclusion.robots: 0.394 LoadShardBlock: 277.032 (3) esindex: 0.024 RedisCDXSource: 7.412 captures_list: 320.689 exclusion.robots.policy: 0.367 CDXLines.iter: 20.636 (3) PetaboxLoader3.resolve: 143.842 (2) */