After calling this code, page scrolls to top, I want to avoid scrolling or scroll into selected node.
(调用此代码后,页面滚动到顶部,我想避免滚动或滚动到选定的节点。)
$('#roleTree').jstree().create_node('#', { 'text': text, 'data': [data], 'id': id, "state": { "opened": false } });
ask by Navid Sedighpour translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…