Skip to content

Instantly share code, notes, and snippets.

@theaccordance
Last active December 18, 2015 22:09
Show Gist options
  • Select an option

  • Save theaccordance/5852183 to your computer and use it in GitHub Desktop.

Select an option

Save theaccordance/5852183 to your computer and use it in GitHub Desktop.
HTML implementation for slider.tooltip.js, implemented by adding the attribute data-popup-enabled to your input element.
<!-- Tooltip is enabled by adding the attribute data-popup-enabled="true" to the input element -->
<input type="range" name="slider-1" id="slider-1" min="0" max="100" value="50" data-popup-enabled="true">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment