readme.txt 243 B

123456
  1. Attach the onchange callback to your config to make tri-state checkboxes work (from change.js)
  2. To read the checked options just do:
  3. $("SELECT-YOUR-CONTAINER").find("a.checked");
  4. or if you used "multiple : on"
  5. YOUR_TREE.selected_arr