demo/counter/index.html
<html>
<head>
<title>CSSTree Counter</title>
<link rel='stylesheet' type='text/css' href='css.css' />
<script type='text/javascript' src='jquery.js'></script>
<script type='text/javascript' src='textarea.js'></script>
<script type='text/javascript' src='js.js'></script>
</head>
<body>
<h1>CSSTree Counter</h1>
<textarea></textarea>
<form>
Position: <span id='position'>0</span><br>
Start: <input type='text' name='start' /><br>
End: <input type='text' name='end' /><br>
<button type='submit'>Select</button>
</form>
</body>
</html>