Skip to content

Add event to enter function#11

Open
taktran wants to merge 3 commits intodrewwilson:masterfrom
pebblecode:master
Open

Add event to enter function#11
taktran wants to merge 3 commits intodrewwilson:masterfrom
pebblecode:master

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