标签: jquery internet-explorer compiler-errors
我正在使用JQuery在点击链接时触发一个事件,该链接的URL不包含“out”。我在IE 7,8和9上得到了“对象不支持”错误。
$('a:not([href*="out"]').click(function(e){ alert("Boo"); });