$(function(){ function isIE(){ if (window.navigator.userAgent.indexOf("MSIE")>=1) { return true; }else{ return false; } } if(isIE()){ $('html').addClass('ie10') $('.ie10 .p_filter_select').hide(); } })