I need to use different “search_method” of jsTree. There are at least 3 functions:
- “jstree_title_contains”
- “contains”
- “jstree_contains”
FOr example if I click on the first button search_method should change to “jstree_title_contains”.
If I click on the second button search_method should change to “jstree_contains”.
How can I do this?
Something like this should work: