[jQuery] Re: Cluetip, opening tip via code

2009-03-19 Thread batuj
cluetip({activation: 'click'}); > > And then later, when you want to show it: > > $('#mytip').triggerHandler('click'); > > Or if you don't have activation: 'click', you could just do this: > > $('#mytip').trigger('mous

[jQuery] Re: Cluetip, opening tip via code

2009-03-18 Thread batuj
I couldn't manage to get anything with : hoverClass: 'highlight' option. thanks anyway.. any other ideas? On Mar 18, 12:52 pm, "ryan.j" wrote: > have a look at the hoverClass option > > On Mar 18, 9:50 am, batuj wrote: > > > Hi, > > >

[jQuery] Cluetip, opening tip via code

2009-03-18 Thread batuj
Hi, Does anyone have a clue about how to open the tipbox within the code, I tried to meant without user clicking or activating anything when I bind cluetip to a component, I do want the tip box to be open. Thanks...

[jQuery] Jquery variable passing

2009-01-29 Thread batuj
Hi all, I'm really new to Jquery. I've a basic ajax form post, my question is how can I take the data section of the below request in pathSubmit.php? My aim is to pass some variables(in the case below pat=12 ) from host php file to the file I'm calling in Ajax without using ? sending and session