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

keydown event is not fired on tt-suggestion but click event yes. #559

Closed
olituks opened this issue Dec 15, 2013 · 1 comment
Closed

keydown event is not fired on tt-suggestion but click event yes. #559

olituks opened this issue Dec 15, 2013 · 1 comment

Comments

@olituks
Copy link

olituks commented Dec 15, 2013

$('.tt-dropdown-menu').on('keydown', '.tt-suggestion', function(e){
alert("keydown");
});

$('.tt-dropdown-menu').on('click', '.tt-suggestion', function(e){
alert("click");
});

@jharding
Copy link
Contributor

jharding commented Feb 2, 2014

Duplicate of #118.

@jharding jharding closed this as completed Feb 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants