Hey!
Having trouble using one tip div for multiple trigger elements..
e.g.
$('.avail_enough').bubbletip($('#enough_tip'), {deltaDirection:
'right'});
triggers only on the first element of the avail_enough class
$('#enough1').bubbletip($('#enough_tip'), {deltaDirection: 'right'});
$('#enough2').bubbletip($('#enough_tip'), {deltaDirection: 'right'});
etc
also makes the tip only for the first element..
> Hey!
> Having trouble using one tip div for multiple trigger elements..
> e.g.
> $('.avail_enough').bubbletip($('#enough_tip'), {deltaDirection:
> 'right'});
> triggers only on the first element of the avail_enough class
> $('#enough1').bubbletip($('#enough_tip'), {deltaDirection: 'right'});
> $('#enough2').bubbletip($('#enough_tip'), {deltaDirection: 'right'});
> etc
> also makes the tip only for the first element..
On Friday, September 2, 2011 8:43:34 AM UTC-5, digitizer wrote:
> Hey! > Having trouble using one tip div for multiple trigger elements..
> e.g. > $('.avail_enough').bubbletip($('#enough_tip'), {deltaDirection: > 'right'}); > triggers only on the first element of the avail_enough class
> $('#enough1').bubbletip($('#enough_tip'), {deltaDirection: 'right'}); > $('#enough2').bubbletip($('#enough_tip'), {deltaDirection: 'right'}); > etc > also makes the tip only for the first element..
> On Friday, September 2, 2011 8:43:34 AM UTC-5, digitizer wrote:
>> Hey! >> Having trouble using one tip div for multiple trigger elements..
>> e.g. >> $('.avail_enough').bubbletip($('#enough_tip'), {deltaDirection: >> 'right'}); >> triggers only on the first element of the avail_enough class
>> $('#enough1').bubbletip($('#enough_tip'), {deltaDirection: 'right'}); >> $('#enough2').bubbletip($('#enough_tip'), {deltaDirection: 'right'}); >> etc >> also makes the tip only for the first element..