Lines Matching refs:div
88 <div id="div-1">this is a test div</div>
89 <div id="div-2">this is a test div</div>
90 <div id="div-3">this is a test div</div>
91 <div id="div-4">this is a test div</div>
92 <div id="div-5">this is a test div</div>
93 <div id="div-6">this is a test div</div>
94 <div id="div-7">this is a test div</div>
95 <div id="div-8">this is a test div</div>
96 <div id="div-9">this is a test div</div>
97 <div id="div-10">this is a test div</div>
98 <div id="div-11">this is a test div</div>
118 'let element1 = window.document.getElementById("div-1");\n' +
119 'let element2 = window.document.getElementById("div-2");\n' +
120 'let element3 = window.document.getElementById("div-3");\n' +
121 'let element4 = window.document.getElementById("div-4");\n' +
122 'let element5 = window.document.getElementById("div-5");\n' +
123 'let element6 = window.document.getElementById("div-6");\n' +
124 'let element7 = window.document.getElementById("div-7");\n' +
125 'let element8 = window.document.getElementById("div-8");\n' +
126 'let element9 = window.document.getElementById("div-9");\n' +
127 'let element10 = window.document.getElementById("div-10");\n' +
128 'let element11 = window.document.getElementById("div-11");\n' +