2010-01-19 65 views

回答

0

jsTree有這個問題,以及,you can see a demo here,設置/調用本身是很容易的:

$("#myTree").tree({ 
    ui : { theme_name : "checkbox" }, 
    plugins : { checkbox : { } } 
}); 

還有更簡單的jQuery Checkbox tree Plugindemo here),但它不會做三態,只是把它扔儘管這是一個非常輕量級的選項。