[jQuery] Re: triggering clueTip with inline javascript

2008-04-17 Thread az
unaffected by the new system. posX and posY aren't exactly the same as mouseX and mouseY, but they seem to be close enough that I'm happy with where the waitImage has been showing up. az On Apr 15, 2:18 am, az [EMAIL PROTECTED] wrote: No worries, Karl. I know you're a busy guy. Your help when

[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
and things seem to be working in IE! Here's the updated test page: http://www.prep-u.com/demo/cluetest.html That's good, but the waitImage in Firefox is still showing up in the wrong place. It's minor, but I'd love a solution that works 100%. Any ideas? thanks, az On Apr 12, 2:07 am, az

[jQuery] Re: triggering clueTip with inline javascript

2008-04-12 Thread az
on the clueTip titlebar and drag it around the screen. That's thanks to your help on a previous post! az On Apr 11, 9:28 am, Karl Swedberg [EMAIL PROTECTED] wrote: 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

[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

[jQuery] triggering clueTip with inline javascript

2008-04-09 Thread az
clicked clueTip! But the actual clueTip always shows up in the right place. On IE7 it doesn't work at all. It's giving me an invalid argument error that seems to be caused by .click(). Any ideas? Is my approach fundamentally flawed or am I missing something small? thanks! az

[jQuery] Re: unresponsive script error on long page with many clueTips

2008-04-08 Thread az
and to reduce overhead I will probably switch to inline calls to a javascript function that will generate the cluetip. But I'm happy to have the setTimeout trick in my arsenal, I'm sure it will come in handy. thanks again! az On Apr 2, 4:11 pm, Karl Rudd [EMAIL PROTECTED] wrote: JavaScript

[jQuery] Re: unresponsive script error on long page with many clueTips

2008-04-02 Thread az
Thanks to both Karls for your help! I'll definitely try out the chunking method. Since I'd like to understand what I'm implementing, can you briefly explain why this way is better? thanks, az On Apr 1, 4:59 pm, Karl Rudd [EMAIL PROTECTED] wrote: You can initialise the tips in chunks

[jQuery] unresponsive script error on long page with many clueTips

2008-03-31 Thread az
the clueTip by linking to a javascript function. Something like: a href='javascript:clueTipFunction()'link/a Will that work? thanks, az

[jQuery] Re: clueTip click and drag?

2008-03-29 Thread az
Hi Karl, Thanks for more good advice. I moved the new code into onShow. I had to pass opts as an additional argument to onShow so I could check to see if 'draggable' was set, but after that it worked like a charm! happily dragging clueTips, az On Mar 28, 8:30 am, Karl Swedberg [EMAIL

[jQuery] Re: clueTip click and drag?

2008-03-28 Thread az
application a little more user friendly. The draggable option only makes sense if sticky is turned on. thanks again, az On Mar 27, 8:12 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hi az, I'm glad you like the plugin! Thanks for mentioning that. I imagine the additional feature could be accomplished

[jQuery] clueTip click and drag?

2008-03-27 Thread az
is giving feedback on! I'd love for the user to be able to click on the header and drag the clueTip to a more convenient location. Is the possible with the current clueTip code? If not, would it be difficult to add this? I'd be willing to take a crack at the code with a little guidance. thanks! az