Home
last modified time | relevance | path

Searched refs:_firstChild (Results 1 – 1 of 1) sorted by relevance

/plugin/metaeditor/
Djstree.js654 if(o) { $(this._firstChild(o)).children('.jstree-anchor').focus(); }
667 o = this._firstChild(this.get_container_ul()[0]);
702 if(this._firstChild(this.get_container_ul()[0])) {
703 this.element.attr('aria-activedescendant',this._firstChild(this.get_container_ul()[0]).id);
899 _firstChild : function (dom) { method
1004 tmp = this._firstChild(this.get_container_ul()[0]);
1021 tmp = this._firstChild(obj.children('.jstree-children')[0]);
2495 if(obj.children.length && !this._firstChild(d.children('.jstree-children')[0])) {
3253 if(this._firstChild(this.get_container_ul()[0])) {
3254 this.element.attr('aria-activedescendant',this._firstChild(this.get_container_ul()[0]).id);