acidrain / bubbletip

Automatically exported from code.google.com/p/bubbletip
0 stars 0 forks source link

Lack of any id attribute causes error. #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 fastduck8000@gmail.com on 6 Mar 2010 at 1:32

GoogleCodeExporter commented 8 years ago

Original comment by uhle...@gmail.com on 16 Mar 2010 at 1:48

GoogleCodeExporter commented 8 years ago
I cannot get it to work with classes either.

Original comment by wrcstone@gmail.com on 16 Sep 2011 at 11:52