Skip to content

Commit

Permalink
Add examples of highlight to demo-page
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvg committed Apr 11, 2013
1 parent 9e8a565 commit d956009
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ <h2>Predefined List &amp; Snap</h2>
<h2>Predefined List, Equal Steps &amp; Snap</h2>
<input type="text" data-slider="true" data-slider-values="0,100,500,800,2000" data-slider-equal-steps="true" data-slider-snap="true">

<h2>Highlighted</h2>
<input type="text" data-slider="true" value="0.8" data-slider-highlight="true">

<h2>Highlighted (Themed)</h2>
<input type="text" data-slider="true" value="0.4" data-slider-highlight="true" data-slider-theme="volume">

<script>
$("[data-slider]")
Expand All @@ -72,4 +77,4 @@ <h2>Predefined List, Equal Steps &amp; Snap</h2>
});
</script>
</body>
</html>
</html>

0 comments on commit d956009

Please sign in to comment.