$(window).load(function () { if($.browser.msie && $.browser.version==\"6.0\") { // do stuff } });
Just realized that $.browser h
hot from the documentation: We recommend against using this property, please try to use feature detection instead (see jQuery.support).