Skip to content

Instantly share code, notes, and snippets.

View jwchristiansen's full-sized avatar

Joel Christiansen jwchristiansen

View GitHub Profile
I need JavaScript to make the following HTML and CSS interactive:
HTML:
<!-- Slider container -->
<div class="slider-container">
<!-- Left handle -->
<div class="handle left-handle"></div>
<!-- Right handle -->
<div class="handle right-handle"></div>
<!-- Slider track -->