Custom Range Slider Design HTML | CSS | Javascript (Quick Tutorial)

Custom Range Slider Design HTML | CSS | Javascript (Quick Tutorial)

QuickCodingTuts

3 года назад

14,162 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

QuickCodingTuts
QuickCodingTuts - 26.04.2022 03:03

Just a small mistake I wanted to address. Inside the CSS media query the '.neu-range-slider' class should be renamed to just '.range-slider'.
You can also add the user-select: none; property on the '.range slider' to make its interactivity smoother.

Ответить
Tournet Lambert Romain
Tournet Lambert Romain - 24.10.2023 20:42

I tryied to adapt this code with react and using sass but didn't worked...
Still beautifull slider :)

Ответить
Дмитрий Кулушев
Дмитрий Кулушев - 13.07.2023 12:43

wasting time not working slider

Ответить
Nail Saggitarius
Nail Saggitarius - 20.05.2023 12:44

tooltip is a bad idea naming class.

Ответить
Graham Greer
Graham Greer - 28.02.2023 14:02

To make the slider work, simply change the selector in the javascript from .thumb to .slider-thumb.

const thumb = container[i].querySelector(".thumb");
should be...
const thumb = container[i].querySelector(".slider-thumb");

Ответить
Pure pahadi
Pure pahadi - 28.07.2022 19:21

wasting time not working slider

Ответить
Alexander Naumov
Alexander Naumov - 15.07.2022 23:43

beautiful

Ответить
HiThere
HiThere - 01.06.2022 23:11

Well done, nice man

Ответить
Aindrila Das
Aindrila Das - 11.04.2022 12:22

It's not working! Wastage of time ☹️😤

Ответить
SMART ADEJUWON ADENIYI
SMART ADEJUWON ADENIYI - 24.02.2022 02:42

Thanks man, it works fine.

Ответить