[jQuery] Re: triggering clueTip with inline javascript

2008-04-17 Thread az
Good news everyone! I solved the mystery of the missing waitImage. I'm in so deep that I'm not sure if this will ever be relevant to anyone else, but I'll post it for the sake of completeness. Background: I had too many clueTips on my page to bind them the normal jQuery way (when the page

[jQuery] Re: triggering clueTip with inline javascript

2008-04-15 Thread az
No worries, Karl. I know you're a busy guy. Your help when and if you get a chance is greatly appreciated. az On Apr 13, 4:52 am, Karl Swedberg [EMAIL PROTECTED] wrote: hi again az, sorry, I've been terribly busy, but I'll try to take a look later on today. --Karl _

[jQuery] Re: triggering clueTip with inline javascript

2008-04-13 Thread az
I've made some progress. I think I've discovered why the clueTips weren't working in IE. I haven't been able to find much info about it, but according to this bug ticket, .click() doesn't work in IE: http://dev.jquery.com/ticket/2352 So, I've implemented the workaround described in the ticket

[jQuery] Re: triggering clueTip with inline javascript

2008-04-13 Thread Karl Swedberg
hi again az, sorry, I've been terribly busy, but I'll try to take a look later on today. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 13, 2008, at 4:53 AM, az wrote: I've made some progress. I think I've discovered why the clueTips

[jQuery] Re: triggering clueTip with inline javascript

2008-04-12 Thread az
Hi Karl, As always, thanks for your help. Here is my test page: http://www.prep-u.com/demo/cluetest.html On the test page there are only 4 links. So obviously I could just bind clueTip the normal way. But my live page will have thousands of links in some cases. Since that's a lot of

[jQuery] Re: triggering clueTip with inline javascript

2008-04-11 Thread az
Anyone have any thoughts on this? thanks! az On Apr 9, 1:58 pm, az [EMAIL PROTECTED] wrote: Hello, As I discussed in a previous post (unresponsive script error on long page with many clueTips) I'm trying to trigger clueTips with a javascript function instead of binding the clueTips on

[jQuery] Re: triggering clueTip with inline javascript

2008-04-11 Thread Karl Swedberg
Hi az, Unfortunately, I've completely lost the context for what you're doing here. Do you have a page up somewhere that we can look at to see the whole thing? That would be very helpful. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 11,