我在Unify模板中使用Bootstrap Treeview。我收到以下錯誤:無法調用方法錯誤 - Bootstrap Treeview
bootstrap-treeview.js:1212 Not initialized, can not call method : expandNode
當我嘗試在頁面刷新上以編程方式展開節點以保留樹的展開狀態。
if (document.location.href.indexOf(hash) > -1) {
var nodeId = $.cookie('activeAccordionGroup');
if (nodeId != null) {
$('#tree').treeview('expandNode', [nodeId ]);
}
}
我在上面的代碼中從選擇節點時創建的cookie中獲取了nodeId。我收到同樣的錯誤了所有的方法在下面的鏈接解釋說:
https://github.com/jonmiles/bootstrap-treeview#methods