Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

On click event #11

Closed
des1roer opened this issue Jun 22, 2016 · 1 comment
Closed

On click event #11

des1roer opened this issue Jun 22, 2016 · 1 comment

Comments

@des1roer
Copy link

How i can add event on click on tree

@leandrogehlen
Copy link
Owner

leandrogehlen commented Jun 23, 2016

$('tr[data-key]').on('click', function() {
  alert('test');
});

But this depends what do you want, but with jquery selector you can be able to solve the issue

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

No branches or pull requests

2 participants