Check if browser is IE7 or newer

jQuery(function(){
	if(navigator.userAgent.match(/Trident\/7\./)) {
		jQuery('body').addClass('browser-is-ie');
	}
});

Leave a Reply

Your email address will not be published. Required fields are marked *