[jQuery] Re: cluetip not loading external web page

2009-01-21 Thread Karl Swedberg
I just replied to your direct email to me, but in case you see this first, you should be able to do something like this: $('someselector').cluetip({ cluetipClass: 'jtip', arrows: true, dropShadow: false, hoverIntent: false, sticky: true, closePosi

[jQuery] Re: cluetip not loading external web page

2009-01-21 Thread Adam
Karl, Is there anyway to use cluetip with GET requests? My serlvet requires a query string parameter, so POST won't really work in my scenario. thanks, Adam On Jan 21, 11:07 am, Karl Swedberg wrote: > Hi Adam, > > > When I try to setup my cluetip using the apparent settings to > > achieve thi

[jQuery] Re: cluetip not loading external web page

2009-01-21 Thread Karl Swedberg
Hi Adam, When I try to setup my cluetip using the apparent settings to achieve this, the cluetip closes if the mouse pointer enters and then leaves the area of the cluetip Remove the mouseOutClose: true option. It is set to false by default, and that is what you'll need. --Karl _

[jQuery] Re: cluetip not loading external web page

2009-01-21 Thread Adam
Another problem I am having (or bug?): Is it possible to have the cluetip open from a mouse click, and close using a close image (or text)? When I try to setup my cluetip using the apparent settings to achieve this, the cluetip closes if the mouse pointer enters and then leaves the area of the c

[jQuery] Re: cluetip not loading external web page

2009-01-16 Thread Karl Swedberg
I can't diagnose the problem without a test page to view, but I would suggest that you use Firebug and see what the POST is returning. It could be a 404 or a 405 or some other error. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 16, 2009, at 2:55 PM