get checked values for jsTree - submit with form post

前端 未结 11 1666
南笙
南笙 2020-12-14 02:40

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!

11条回答
  •  既然无缘
    2020-12-14 03:21

    You can use this:

    var result = $('#your_tree').jstree('get_selected');
    

    https://stackoverflow.com/a/22499278/1883345

提交回复
热议问题