We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb6e5b commit fc6e408Copy full SHA for fc6e408
index.html
@@ -295,9 +295,13 @@ <h3>Example CSS</h3>
295
296
<h2>
297
<a name="api" class="anchor" href="#api"><span class="octicon octicon-link"></span></a>API</h2>
298
+
299
+After including ElementQueries.js the class attaches the `init` method to `load` of the page,
300
+so it get initialised after all CSS files have been loaded.<br />
301
+<br />
302
<div class="highlight highlight-html"><pre>
303
Class ElementQueries()
- -> init() // Scans all css rules and attach the event listener
304
+ -> init() // Scans all css rules and attach the event listener.
305
306
Class ResizeSensor(element, callback)
307
</pre>
0 commit comments