EQCSS features


General

Install and use EQCSS

At the end of the body of your HTML page
<!--[if lt IE 9]>
  <script src="EQCSS-polyfills.js"></script>
<![endif]-->
<script src="EQCSS.js"></script>

and call this when you want to re-apply your style
EQCSS.apply();

Please note that this is called automatically on load, on resize, on input, on keydown/keyup, on mousedown/mouseup and when the DOM changes.

eval

classic

.eval


Infinite nested parenthesis

.eval2



JS error

.eval3



Scoping
(you can use "$it" or nothing to access the current element)

.eval4

$prev, $next



prev




next