2014-12-22 20:50:10 -05:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
|
2015-01-09 21:00:04 -05:00
|
|
|
<h2>Params</h2>
|
|
|
|
<form>
|
|
|
|
Selectors:
|
|
|
|
<input type="number" name="selectors" placeholder="selectors" value="10000">
|
|
|
|
<br>
|
|
|
|
<button>Apply</button>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<h2>Actions</h2>
|
|
|
|
<p>
|
2014-12-22 20:50:10 -05:00
|
|
|
<button id="parse">Selector.parse</button>
|
|
|
|
<button id="addSelectable">Selector.addSelectable</button>
|
|
|
|
<button id="match">Selector.match</button>
|
2015-01-09 21:00:04 -05:00
|
|
|
</p>
|
2014-12-22 20:50:10 -05:00
|
|
|
|
|
|
|
$SCRIPTS$
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|