drewwilson / TipTip

Intelligent ToolTip jQuery Plugin
http://code.drewwilson.com/entry/tiptip-jquery-plugin
124 stars 70 forks source link

Add event to enter function #11

Open taktran opened 12 years ago

taktran commented 12 years ago

Updated enter function so that caller event is passed along from hover, focus and click eg,

$("#selector").tipTip({
  delay: 25,
  enter: function(event) {
    var selectedElem = event.target;
    // ...
  }
});
rkgarg commented 11 years ago

Nice... This should be merged...

danimesq commented 8 years ago

Hi, @taktran I've forked TipTip to maintain it and use in all web projects of my community. Please clone your pull request to: https://github.com/Software-js/TipTip Thanks!

taktran commented 8 years ago

Cheers @DaniellMesquita

Not using it atm, but hope it's useful for others =)