Skip to content

Commit b2a4aae

Browse files
author
Marc J. Schmidt
committed
Updated information based on new verison
1 parent 7ebfe8f commit b2a4aae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h1>
197197
<li>No interval/timeout detection. It's truly event-based.</li>
198198
<li>No CSS modifications. Valid CSS Syntax.</li>
199199
<li>All CSS selectors available. It uses the normal attribute selector.</li>
200-
<li>Support and tested in webkit, gecko and internet explorer(8/9/10).</li>
200+
<li>Support and tested in webkit, gecko and internet explorer(7/8/9/10/11).</li>
201201
<li>
202202
<code>min-width</code>, <code>min-height</code>, <code>max-width</code> and <code>max-height</code> are yet supported.</li>
203203
<li>It works for actual all layout modifications: HTML (innerHTML etc), inline styles, DOM mutation, CSS3 transitions, fluid layout changes (parent changes too), pseudo classes (:hover etc), window resizes, etc.</li>
@@ -303,6 +303,7 @@ <h2>
303303
<div class="highlight highlight-html"><pre>
304304
Class ElementQueries()
305305
-> init() // Scans all css rules and do the magic.
306+
-> static update() //rescans the dom for newly inserted elements.
306307

307308
Class ResizeSensor(element, callback)
308309
</pre>
@@ -325,8 +326,6 @@ <h2>
325326
<li>Adds in non-internet-explorer browsers a additional hidden element into the selected target element. Forces the target element to be relative or absolute.</li>
326327
</ul>
327328

328-
<p>Event-Based resize detection inspired by <a href="http://www.backalleycoder.com/2013/03/18/cross-browser-event-based-element-resize-detection/">backalleycoder.com</a> &lt;3</p>
329-
330329
</section>
331330
<footer>
332331
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>

0 commit comments

Comments
 (0)