From: Shi Chuan Date: Tue, 4 Oct 2011 15:09:12 +0000 (+0800) Subject: updated Juriy Zaytsev's detecting event support technique link in support.js X-Git-Tag: 1.7b2~21^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=23f7c883c93399c2eedbd8f3b7aa7194b16ac872;p=jquery.git updated Juriy Zaytsev's detecting event support technique link in support.js --- diff --git a/src/support.js b/src/support.js index dc93164a4..e483ce09d 100644 --- a/src/support.js +++ b/src/support.js @@ -232,7 +232,7 @@ jQuery.support = (function() { testElement.innerHTML = ""; // Technique from Juriy Zaytsev - // http://thinkweb2.com/projects/prototype/detecting-event-support-without-browser-sniffing/ + // http://perfectionkills.com/detecting-event-support-without-browser-sniffing/ // We only care about the case where non-standard event systems // are used, namely in IE. Short-circuiting here helps us to // avoid an eval call (in setAttribute) which can cause CSP