yasu47b
Results
1
comments of
yasu47b
I think chosentree dosen't provide such API right now. How about this? ``` $('.chosentree-results input[type="checkbox"]').each(function(){ $(this).val(); }); ```