[jQuery] Re: Only first cluetip on a page works

2008-03-29 Thread Karl Swedberg
Excellent. Glad to hear it. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 29, 2008, at 1:24 AM, ooper wrote: Thanks Karl. That did the trick! :) On Mar 28, 9:03 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: Hi Brian, Yes, an ID absolutely must

[jQuery] Re: Only first cluetip on a page works

2008-03-29 Thread ooper
Thanks Karl. That did the trick! :) On Mar 28, 9:03 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Brian, > > Yes, an ID absolutely must be unique for a given document if you want > any DOM operations to run predictably. Might I suggest using a class > name instead? Instead of this ... > > >

[jQuery] Re: Only first cluetip on a page works

2008-03-28 Thread Karl Swedberg
Hi Brian, Yes, an ID absolutely must be unique for a given document if you want any DOM operations to run predictably. Might I suggest using a class name instead? Instead of this ... $('#glossary').cluetip({ try this ... $('a.glossary').cluetip({ And instead of this ... Social Secur