Lines Matching refs:document

45 		document = window.document, // local variable is always faster to access then a global
46 _node = document.createElement('LI'), _temp1, _temp2;
49 _temp1 = document.createElement('I');
53 _temp1 = document.createElement('A');
57 _temp2 = document.createElement('I');
123 $(document).off('.jstree');
578 if(document.selection && document.selection.empty) {
579 document.selection.empty();
610 if(e.currentTarget !== document.activeElement) { $(e.currentTarget).focus(); }
750 ind = col.index(document.activeElement) || 0,
846 $(document).off('.jstree-' + this._id);
1756 if(typeof window === 'undefined' || typeof window.document === 'undefined') {
2185 f = document.createElement('UL'), tmp, i, j, fe = this._data.core.focused;
2200 if(tmp && tmp.length && tmp.children('.jstree-anchor')[0] !== document.activeElement) {
2243 d = document;
2279 d = document,
2289 …node = !document.querySelector ? document.getElementById(obj.id) : this.element[0].querySelector('…
2317 f = node.children('.jstree-anchor')[0] === document.activeElement;
4426 var _i = document.createElement('I');
5380 …$(document).on("context_hide.vakata.jstree", $.proxy(function () { this._data.contextmenu.visible …
5440 $(document).one("context_show.vakata.jstree", $.proxy(function (e, data) {
5478 $(document).triggerHandler("context_" + event_name + ".vakata", {
5763 $(document)
5890 $(document)
6082 $(document).triggerHandler("dnd_" + event_name + ".vakata", data);
6110 $(document).off("mousemove.vakata.jstree touchmove.vakata.jstree", $.vakata.dnd.drag);
6111 $(document).off("mouseup.vakata.jstree touchend.vakata.jstree", $.vakata.dnd.stop);
6146 …e.target = document.elementFromPoint(e.originalEvent.changedTouches[0].pageX - window.pageXOffset,…
6172 $(document).on("mousemove.vakata.jstree touchmove.vakata.jstree", $.vakata.dnd.drag);
6173 $(document).on("mouseup.vakata.jstree touchend.vakata.jstree", $.vakata.dnd.stop);
6180 …e.target = document.elementFromPoint(e.originalEvent.changedTouches[0].pageX - window.pageXOffset,…
6239 d = $(document); w = $(window);
6280 …e.target = document.elementFromPoint(e.originalEvent.changedTouches[0].pageX - window.pageXOffset,…
7279 var div = document.createElement('DIV');
7371 if(document.registerElement && Object && Object.create) {
7392 document.registerElement("vakata-jstree", { prototype: proto });