[jQuery] Re: Cluetip not working on multiple links calling local html data

2009-04-29 Thread Karl Swedberg
Hi Mark, Thanks a lot for your patience. I believe I've fixed the problem. It was a bad regular expression. For the time being, you can grab the fixed version here: https://github.com/kswedberg/jquery-cluetip/tree/master Here's how it's working now: - If you use an id selector to target the

[jQuery] Re: Cluetip not working on multiple links calling local html data

2009-04-28 Thread Mark Trapp
Hi Karl, I'm having a similar issue as described in the original post here: - I have three divs that I want to use for cluetip: info-1, info-2, and info-3. - I have six links: two for each div. They all have the correct rel attributes set (two have rel="#info-1", and so on). - Only the first of

[jQuery] Re: Cluetip not working on multiple links calling local html data

2009-04-10 Thread Ian
Thanks a lot Karl. I'll give this a try. In the meantime I found a workaround by just setting display:none in the stylesheet for the local data s. Thanks for a great plugin! Cheers, Ian On Apr 9, 7:21 pm, Karl Swedberg wrote: > Hi there Ian, > > So sorry about that problem. I believe I've fixe

[jQuery] Re: Cluetip not working on multiple links calling local html data

2009-04-09 Thread Karl Swedberg
Hi there Ian, So sorry about that problem. I believe I've fixed it in a version I've had up on Github for a couple weeks. Just put together a new release for it here: http://plugins.jquery.com/node/7526 Please give that one a try and let me know if you still run into problems --Karl _