Lines Matching refs:attr

44 		src = $('script:last').attr('src'),
502 this.element.attr('role','tree');
504 this.element.attr('aria-multiselectable', true);
506 if(!this.element.attr('tabindex')) {
507 this.element.attr('tabindex','0');
526 this.element.attr('aria-activedescendant','j' + this._id + '_loading');
564 .attr("class", function () { return this.className.replace(/jstree[^ ]*|$/ig,''); });
703 this.element.attr('aria-activedescendant',this._firstChild(this.get_container_ul()[0]).id);
815 this.element.attr('tabindex', '0');
824 this.element.attr('tabindex', '-1');
829 … this.get_node(this.element.attr('aria-activedescendant'), true).find('> .jstree-anchor').focus();
953 …regex,'\\$&'), this.element)).length && this._model.data[dom.closest('.jstree-node').attr('id')]) {
954 obj = this._model.data[dom.closest('.jstree-node').attr('id')];
956 …((dom = $(obj, this.element)).length && this._model.data[dom.closest('.jstree-node').attr('id')]) {
957 obj = this._model.data[dom.closest('.jstree-node').attr('id')];
1207 this.get_node(obj, true).addClass("jstree-loading").attr('aria-busy',true);
1217 dom.removeClass("jstree-loading").attr('aria-busy',false);
1928 data.icon = tmp.hasClass('jstree-themeicon-hidden') ? false : tmp.attr('rel');
2508 .removeClass("jstree-closed").addClass("jstree-open").attr("aria-expanded", true)
2595 d.attr("aria-expanded", false).children('.jstree-children').remove();
2599 .children(".jstree-children").attr("style","display:block !important").end()
2600 .removeClass("jstree-open").addClass("jstree-closed").attr("aria-expanded", false)
2747 …this.get_node(obj,true).children('.jstree-anchor').removeClass('jstree-disabled').attr('aria-disab…
2776 …this.get_node(obj,true).children('.jstree-anchor').addClass('jstree-disabled').attr('aria-disabled…
2877 setTimeout(function () { t.attr('aria-activedescendant', obj[0].id); }, 0);
2929 dom.attr('aria-selected', true).children('.jstree-anchor').addClass('jstree-clicked');
2979 dom.attr('aria-selected', false).children('.jstree-anchor').removeClass('jstree-clicked');
3035 …this.element.find('.jstree-clicked').removeClass('jstree-clicked').parent().attr('aria-selected', …
3248 this.element.attr('aria-activedescendant','j'+this._id+'_loading');
3254 this.element.attr('aria-activedescendant',this._firstChild(this.get_container_ul()[0]).id);
3323 …i.attr('id', id).children('.jstree-anchor').attr('id', id + '_anchor').end().attr('aria-labelledby…
3324 if(this.element.attr('aria-activedescendant') === obj.id) {
3325 this.element.attr('aria-activedescendant', id);
4175 s.attr('class', a.attr('class')).append(a.contents().clone()).append(h2);
4314 dom.addClass(icon + ' jstree-themeicon-custom').attr("rel",icon);
4319 …emeicon-custom').css("background", "url('" + icon + "') center center no-repeat").attr("rel",icon);
4371 …obj.icon = dom.length ? dom.children(".jstree-anchor").children(".jstree-themeicon").attr('rel') :…
4383 var attr = with_values ? {} : [];
4388 if(with_values) { attr[v.name] = v.value; }
4389 else { attr.push(v.name); }
4393 return attr;
4567 …tmp.attr('aria-selected', true).children('.jstree-anchor').addClass( t ? 'jstree-clicked' : 'jstre…
4611 …tmp.attr('aria-selected', true).children('.jstree-anchor').addClass(t ? 'jstree-clicked' : 'jstree…
4623 …dom.find('.jstree-anchor').addClass(t ? 'jstree-clicked' : 'jstree-checked').parent().attr('aria-s…
4666 …tmp.attr('aria-selected', false).children('.jstree-anchor').removeClass(t ? 'jstree-clicked' : 'js…
4684 …ee-anchor').removeClass(t ? 'jstree-clicked' : 'jstree-checked').parent().attr('aria-selected', fa…
4705 …tmp.attr('aria-selected', true).children('.jstree-anchor').addClass(t ? 'jstree-clicked' : 'jstree…
4733 …tmp.attr('aria-selected', true).children('.jstree-anchor').addClass(t ? 'jstree-clicked' : 'jstree…
4754 …tmp.attr('aria-selected', true).children('.jstree-anchor').addClass(t ? 'jstree-clicked' : 'jstree…
4764 …tmp.attr('aria-selected', false).children('.jstree-anchor').removeClass(t ? 'jstree-clicked' : 'js…
5701 ….hasClass("vakata-context-disabled") && $.vakata.context._execute($(this).attr("rel")) !== false) {
5912 …marker.attr('class', 'jstree-' + ins.get_theme() + ( ins.settings.core.themes.responsive ? ' jstre…
5914 ….children().attr('class', 'jstree-' + ins.get_theme() + ' jstree-' + ins.get_theme() + '-' + ins.g…