Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add event to enter function #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

taktran
Copy link

@taktran taktran commented Apr 5, 2012

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
Copy link

rkgarg commented Oct 29, 2012

Nice... This should be merged...

@danimesq
Copy link

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
Copy link
Author

taktran commented Apr 10, 2016

Cheers @DaniellMesquita

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants