updated Juriy Zaytsev's detecting event support technique link in support.js

This commit is contained in:
Shi Chuan 2011-10-04 23:09:12 +08:00
parent 3e0fe5ea3b
commit 23f7c883c9

View File

@ -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