文檔金喜正規(guī)買球>>jQuery EasyUI使用教程>>jQuery EasyUI使用教程:創(chuàng)建具有復(fù)選框節(jié)點(diǎn)的樹
jQuery EasyUI使用教程:創(chuàng)建具有復(fù)選框節(jié)點(diǎn)的樹
Kendo UI for jQuery——?jiǎng)?chuàng)建現(xiàn)代Web應(yīng)用程序的最完整UI庫!查看詳情>>>
jQuery EasyUI的樹插件允許您創(chuàng)建一個(gè)具有復(fù)選框節(jié)點(diǎn)的樹。如果您點(diǎn)擊一個(gè)節(jié)點(diǎn)的復(fù)選框,這個(gè)點(diǎn)擊的節(jié)點(diǎn)信息將向上和向下繼承。例如:點(diǎn)擊 'tomato' 節(jié)點(diǎn)的復(fù)選框,您將會(huì)看見 'Vegetables' 節(jié)點(diǎn)現(xiàn)在選中的部分。

構(gòu)建復(fù)選框樹
<ul id="tt" class="easyui-tree" url="data/tree_data.json" checkbox="true"> </ul>
下載EasyUI示例: