hi
i m karthick,i m ding MCA in VIT...for me honey well company is
coming for placement so can u give any model paper
thank u
2009/10/26 Shawn
>
> Thanks Karl. I'll look at this more in a bit. but from what I can see I
> think you have a solution for me..
>
> Sh
s close.
Your code works, but due to the unbind of the blur.cluetip event, it
only works once. Which makes sense. So I modified it slightly to the
following. This seems to be working so far.
$this.unbind('blur.cluetip');
$("#cluetip").hover(
func
Thanks Karl. I'll look at this more in a bit. but from what I can see
I think you have a solution for me..
Shawn
Karl Swedberg wrote:
Hi Shawn,
Here is what I'd probably do:
After you call $this.cluetip( ...), unbind the blur event:
$this.unbind('blur.cluetip');
Then you can handle the
Hi Shawn,
Here is what I'd probably do:
After you call $this.cluetip( ...), unbind the blur event:
$this.unbind('blur.cluetip');
Then you can handle the closing of the clueTip however you want using $
(document).trigger('hideCluetip');
Maybe something like this:
$('#cluetip').hover(functio
4 matches
Mail list logo