certainlyakey
6/23/2014 - 1:36 PM

Target IE6, IE7, IE8 at once with JQuery

Target IE6, IE7, IE8 at once with JQuery

//http://webknight-nz.blogspot.com/2011/03/ie-9-detection-with-jquery.html
if(!$.support.htmlSerialize && !$.support.opacity) 
{
// IE6/7/8 code
}