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