0

我目前正在使用 JQuery 来触发一个事件,当点击链接的 URL 不包含“out”时。我在 IE 7,8 和 9 上收到“对象不支持”错误。

$('a:not([href*="out"]').click(function(e){
    alert("Boo");
});
4

0 回答 0