Lines Matching refs:get_container_ul

527 			this._data.core.li_height = this.get_container_ul().children("li").first().height() || 24;
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);
714 if(!this.get_container_ul().find('.jstree-loading').length) {
876 get_container_ul : function () { method
1004 tmp = this._firstChild(this.get_container_ul()[0]);
1049 tmp = this.get_container_ul()[0].lastChild;
1101 return this.get_container_ul().children(".jstree-node");
1453 this.get_container_ul().children('.jstree-initial-node').remove();
2193 f.className = this.get_container_ul()[0].className;
2659 var dom = obj.id === '#' ? this.get_container_ul() : this.get_node(obj, true), i, j, _this;
2699 var dom = obj.id === '#' ? this.get_container_ul() : this.get_node(obj, true),
3245 var c = this.get_container_ul()[0].className;
3252 this.get_container_ul()[0].className = c;
3253 if(this._firstChild(this.get_container_ul()[0])) {
3254 this.element.attr('aria-activedescendant',this._firstChild(this.get_container_ul()[0]).id);
4244 …show_stripes : function () { this._data.core.themes.stripes = true; this.get_container_ul().addCla…
4249 …hide_stripes : function () { this._data.core.themes.stripes = false; this.get_container_ul().remov…
4259 …show_dots : function () { this._data.core.themes.dots = true; this.get_container_ul().removeClass(…
4264 …hide_dots : function () { this._data.core.themes.dots = false; this.get_container_ul().addClass("j…
4274 …show_icons : function () { this._data.core.themes.icons = true; this.get_container_ul().removeClas…
4279 …hide_icons : function () { this._data.core.themes.icons = false; this.get_container_ul().addClass(…
4867 …oxes = function () { this._data.core.themes.checkboxes = true; this.get_container_ul().removeClass…
4873 …xes = function () { this._data.core.themes.checkboxes = false; this.get_container_ul().addClass("j…
5919 …rget === ins.element[0] || data.event.target === ins.get_container_ul()[0]) && ins.get_container_u…
7294 this.get_container_ul().addClass('jstree-wholerow-ul');