I want to iterate the checked checkbox with Jquery AciTree
This dont work.
var api = $('#arbol_actividades').aciTree('api');
var sel = api.checkboxes($('#arbol_actividades li'), true);
sel.each(function(index,item){
api.getId((item));
});