Archive for October 2009

Oct 16

isIE6

No comment - Post a comment

function isIE6() {
  return $.browser.msie && $.browser.version<7;
}