[jQuery] Re: Overlib like funtionality with JQuery

2007-04-07 Thread JimD
I use to use overlib an it does have a lot of functionality, but I recently started using jtip for the ajax request functionality which worked out great. You don't have to use ajax with jtip. Also there is a tweaked version that better handles positioning at the corner or bottom of pages etc. Gra

[jQuery] Re: Overlib like funtionality with JQuery

2007-04-07 Thread [EMAIL PROTECTED]
Hello everybody, I'm a french speaker people and really new in jquery, so I'll try to be fluent. For my final year work as a computer graphics I'm working on a multiplayer game. In this game users will need a lot of help and I made my homemade tooltip. I'm thinking about translate it into a jquer

[jQuery] Re: Overlib like funtionality with JQuery

2007-04-06 Thread Jörn Zaefferer
Brian Miller schrieb: This way, if I wanted to simply state what the content of a particular tooltip is with a static HTML string, I could do that. That makes sense to specify the text to display for external links. I'll try to find a nice solution for that. If you wanted to be really compl

[jQuery] Re: Overlib like funtionality with JQuery

2007-04-05 Thread Brian Miller
> Brian Miller schrieb: >> Since you're asking... :) >> >> It would be nice if I could declare the tip body HTML with a string, >> rather than requiring a bodyHandler function. This way, for static >> tooltip content, I can be lazy and type a little bit less. >> > Sounds good, can you explain tha

[jQuery] Re: Overlib like funtionality with JQuery

2007-04-05 Thread Jörn Zaefferer
Brian Miller schrieb: Since you're asking... :) It would be nice if I could declare the tip body HTML with a string, rather than requiring a bodyHandler function. This way, for static tooltip content, I can be lazy and type a little bit less. Sounds good, can you explain that a bit more? Ma

[jQuery] Re: Overlib like funtionality with JQuery

2007-04-05 Thread Brian Miller
Since you're asking... :) It would be nice if I could declare the tip body HTML with a string, rather than requiring a bodyHandler function. This way, for static tooltip content, I can be lazy and type a little bit less. :-D Thanks! - Brian > [EMAIL PROTECTED] schrieb: >> Thanks for info.

[jQuery] Re: Overlib like funtionality with JQuery

2007-04-05 Thread Jörn Zaefferer
[EMAIL PROTECTED] schrieb: Thanks for info. I also found Hovertips: http://www.dave-cohen.com/node/1186 However, of them all, I think I like tooltip the best. jtip was AJAX based which is more functionality than I need and will be slower. Hovertips may have more functionality than tooltip, b

[jQuery] Re: Overlib like funtionality with JQuery

2007-04-05 Thread [EMAIL PROTECTED]
Thanks for info. I also found Hovertips: http://www.dave-cohen.com/node/1186 However, of them all, I think I like tooltip the best. jtip was AJAX based which is more functionality than I need and will be slower. Hovertips may have more functionality than tooltip, but the code seemed a little l

[jQuery] Re: Overlib like funtionality with JQuery

2007-04-05 Thread David Duymelinck
You could also use tooltip http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ On 5 apr, 08:08, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Overlib is a JS library with lots of cool features for JS popups. > > http://www.bosrup.com/web/overlib/ > > I wonder if there is anything like

[jQuery] Re: Overlib like funtionality with JQuery

2007-04-05 Thread weepy
yes theres jtip http://codylindley.com/Javascript/264/jtip-a-jquery-tool-tip On Apr 5, 7:08 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Overlib is a JS library with lots of cool features for JS popups. > > http://www.bosrup.com/web/overlib/ > > I wonder if there is anything like this