Last active
December 18, 2015 22:09
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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