Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
One tip for one class, or multiple ids
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
digitizer  
View profile  
 More options Sep 2 2011, 9:43 am
From: digitizer <digiti...@gmail.com>
Date: Fri, 2 Sep 2011 06:43:34 -0700 (PDT)
Local: Fri, Sep 2 2011 9:43 am
Subject: One tip for one class, or multiple ids
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..

Cheers!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FlamePad  
View profile  
 More options Sep 16 2011, 7:56 am
From: FlamePad <wrcst...@gmail.com>
Date: Fri, 16 Sep 2011 04:56:38 -0700 (PDT)
Local: Fri, Sep 16 2011 7:56 am
Subject: Re: One tip for one class, or multiple ids
I'm finding this as well. Did you find a fix?

On Sep 2, 2:43 pm, digitizer <digiti...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jonkin...@gmail.com  
View profile  
 More options Jul 19 2012, 4:30 pm
From: jonkin...@gmail.com
Date: Thu, 19 Jul 2012 13:30:05 -0700 (PDT)
Local: Thurs, Jul 19 2012 4:30 pm
Subject: Re: One tip for one class, or multiple ids

I'm also having this issue, any fix?

Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gpa...@gmail.com  
View profile  
 More options Oct 15 2012, 1:39 pm
From: gpa...@gmail.com
Date: Mon, 15 Oct 2012 10:39:55 -0700 (PDT)
Local: Mon, Oct 15 2012 1:39 pm
Subject: Re: One tip for one class, or multiple ids

Hi,

I've made the most quick&dirty fix for this:

   1. Find the line with the code: _tip = $(tip); near line 30
   2. Replace that line with: _tip = $(tip).clone();
   3. Say: thanks Gonzalo

 Cheers

El jueves, 19 de julio de 2012 22:30:05 UTC+2, jonk...@gmail.com escribió:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »