I\'m using the jsTree jQuery plugin with the checkbox theme. Does anyone know how to get the selected values with a form post?
Thank you!
You can use this:
var result = $('#your_tree').jstree('get_selected');
https://stackoverflow.com/a/22499278/1883345