[jQuery] Re: cluetip events

2007-12-11 Thread pavlentij
Wednesday, November 14, 2007 8:53 AM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: cluetip events > > Hi amircx, > > You need to set the sticky option to true. I think that should do it for > you. > > Also, for other options where you're just using the de

[jQuery] Re: cluetip events

2007-11-19 Thread Graeme B. Davis
groups.com Subject: [jQuery] Re: cluetip events Hi amircx, You need to set the sticky option to true. I think that should do it for you. Also, for other options where you're just using the default (such as activation: hover), you don't need to define them in your options map. --Karl

[jQuery] Re: cluetip events

2007-11-14 Thread Karl Swedberg
Hi amircx, You need to set the sticky option to true. I think that should do it for you. Also, for other options where you're just using the default (such as activation: hover), you don't need to define them in your options map. --Karl On Nov 14, 2007, at 6:21 AM, amircx wrote: 3 of

[jQuery] Re: cluetip events

2007-11-14 Thread amircx
3 of that functions not working i think here is my code $(document).ready(function(){ $('#textfieldEIP').cluetip({ dropShadow:false, cluezIndex: 97, width:'90', height:

[jQuery] Re: cluetip events

2007-11-11 Thread Karl Swedberg
On Nov 11, 2007, at 8:53 AM, amircx wrote: hey im trying to do a input's that once they are get mouseover it will open a tooltip with options like edit and stuff (icons) my question is in cluetip how can i hide/show a tip via javascript command instad of the "close " button? and also,