[jQuery] Re: positioning [tooltip]

2008-07-17 Thread Jörn Zaefferer
I'd implement those if I'd have the time. If you need it anyway, maybe this works out: You add the modifications you need (positionBottom/Center) and send me a patch or just the modified file, via mail or the jQuery bug tracker. Add a html testpage with the new options in use and I should be able

[jQuery] Re: positioning [tooltip]

2008-07-17 Thread Ryan McKillen
Jörn, just what I was looking for. Thanks! Now that I've got the option to put the tooltip on the right or the left of the pointer, setting it to top or bottom would be helpful as well. Currently it defaults to displaying below the mouse, but the way my site is laid out, there are some instances

[jQuery] Re: positioning [tooltip]

2008-07-17 Thread Jörn Zaefferer
There is a (yet not released, therefore undocumented) option for that, positionLeft, accepting a boolean true. "left" refers to the position of the tooltip in relation to the mouse. positionBottom isn't available, but would be straightforward to implement, if requested. Get the latest version her