You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on version 1.0.5.
Suppose I attempt the following:
jqMyLabel.bubbletip($(".jqMyLabelToolTip"));
Because my <div class="jqMyLabelToolTip">...</div> has no ID, calling
bubbletip() leads to a jquery error because at line 34 of
jQuery.bubbletip-1.0.5.js it is attempting a string concatenation that
depends on having an ID.
Original issue reported on code.google.com by [email protected] on 6 Mar 2010 at 1:32
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 Mar 2010 at 1:32The text was updated successfully, but these errors were encountered: