briancray / tooltipsy

Introducing a jQuery tooltip plugin for control-obsessed designers.
http://tooltipsy.com
MIT License
326 stars 97 forks source link

Methods for more control? #4

Closed Charuru closed 13 years ago

Charuru commented 13 years ago

Create, destroy, show hide?

briancray commented 13 years ago

show and hide can be controlled by the show: function (e, $el) { ... } and hide: function (e, $el) { ... } settings. See http://tooltipsy.com/options.html

Why do you need create and destroy? can you give me use case examples?

Charuru commented 13 years ago

Sorry I apologize, it doesn't seem like this plugin is a good fit for me in general.

briancray commented 13 years ago

Why? I'm trying to understand so I can make it better if it needs to be.

emrecamasuvi commented 13 years ago

that's what i was looking for; nice and sophisticated. congratulations. how about using this with hoverintent? any "delay" function in near future?

briancray commented 13 years ago

No plans to support hoverintent. However, a delay feature might be useful. Let me poke around for interest.

briancray commented 13 years ago

After asking a few people, I found a definite preference towards delays. So, I added a delay option, which defaults to 200 milliseconds. Set it to 0 for no delay =)