Lines Matching refs:document
30 if (!document.createElement || !document.getElementsByTagName) return;
34 forEach(document.getElementsByTagName('table'), function(table) {
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
101 sortrevind = document.createElement('span');
113 this.removeChild(document.getElementById('sorttable_sortrevind'));
114 sortfwdind = document.createElement('span');
129 sortfwdind = document.getElementById('sorttable_sortfwdind');
131 sortrevind = document.getElementById('sorttable_sortrevind');
135 sortfwdind = document.createElement('span');
343 if (document.addEventListener) {
344 document.addEventListener("DOMContentLoaded", sorttable.init, false);
362 if (/loaded|complete/.test(document.readyState)) {
416 …event = event || fixEvent(((this.ownerDocument || this.document || this).parentWindow || window).e…