I get a javascript error in any Explorer version. With any jQuery version.
With Drupal 6.13's provided jQuery: error in line 8 of jquery.bt.min.js, char 643, which is
$(this).attr("bt-xTitle",$(this).attr("title")).attr("title","");}});}
@version 0.9.5-rc1 (5/20/2009)
I guess bT jquery itself isnt working yet. Too bad.
Also when using jQuery Update's module for updating to jQuery 1.2.6 or 1.3.2, then I get errors from jquery.min.js itself! Nasty
Comments
Comment #1
Anonymous (not verified) commentedNow check this out:
Commenting out that line in jquery.bt.js solved the problem for all IE versions.
But now, more WEIRD stuff:
in FireFox 3.5, beautytips removes my html page TITLE! The title shows, bt loads, and then the title is gone, or set to "". You can see the html title appear and disappear. Switching off bt stops that...
BTW, this is how I use beautytips:
Comment #2
Anonymous (not verified) commentedAdding the javascript inline, like so:
Solved my problem.
Using
Somehow messes up everything. E.g. the problem lies in the API somewhere.
Comment #3
kleinmp commentedUnforunately, I can't seem to reproduce the page title error using the provided code. If anyone else has this issue, then post you're code too, and I'll see if I can get the error.
I'm going to change the title of this issue to match the last comment, since the initial issue was with the jquery plugin and not the module itself. For future reference, it's best to post those issues to the the project page of the beautytips plugin.
Comment #4
kleinmp commentedI think I've found this error is due to adding beautytips to elements with an empty name, though I'm not 100% positive. i.e. something like this is called:
Comment #5
kleinmp commented