That wasn't it, but I found the problem... it was this:
$('a').click(function() {
this.blur();
});
Meant to stop linked images from retaining that outline after getting
clicked, but also foiling vBulletin.
Jörn Zaefferer wrote:
> Doug Tabacco schrieb:
>> Hey, wondering if anyone else has run into this... jQuery seems to
>> conflict with the latest version of vBulletin (maybe older ones too, but
>> I don't have those).
>>
>> Take a look at http://www.telltalegames.com/forums/forumdisplay.php?f=12
>> to see what I mean. Try to click any link on the "Forum Tools" dropdown
>> menu and it'll cause a javascript error.
>>
>> I have the packed version of jQuery on the production server so you
>> won't be able to see the source, but it's happening at line 1255 of jquery:
>> var c = this.events[event.type];
>> (inside the handle() function)
>>
>> with the error "this.events has no properties".
>>
>> Has anyone run into this?
>>
> That seems to indicate that jQuery tries to handle an event that it
> isn't supposed to.
>
> To post at least a litte bit more useful stuff: "/include/common.js"
> isn't there. Maybe something expects that file's content.
>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/