Advertisement
Guest User

jstree

a guest
Dec 18th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('div').eq(0).jstree();
  3. $("#catTree li").on("click", "a", function() {
  4.  
  5. document.location.href = this;
  6. });
  7.  
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement