Skip to content

Instantly share code, notes, and snippets.

@dmann99
Created April 8, 2014 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmann99/10087610 to your computer and use it in GitHub Desktop.
Save dmann99/10087610 to your computer and use it in GitHub Desktop.
Slider Test 1
{"description":"Slider Test 1","endpoint":"","display":"div","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12},"index.html":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"pingpong","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"ajax-caching":true,"thumbnail":"http://i.imgur.com/91elJcr.png"}
<!DOCTYPE html>
<html>
<body>
<form action="demo_form.asp" method="get">
Steps: 0<input type="range" name="points" id="points" min="1" max="50">50
</form>
</body>
</html>
console.log(points.value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment