HTML CSS range slider tutorial, custom range slider with javascript and css. Simple and easy range slider with value and changing background color, for changing value on your website. Tutorial about webdesign range slider and range bar with only using css and javascript. Beginner Tutorial for a working range slider input type of html and chanign values. Web Design and Web Development with value output. Easy and fast to do. You can change prices values or othe values with that.
Ein Regler für Werte und eine Wertbar selber erstellen mit CSS und Javascript. Der HTML Input tag ist die Grundlage für den selbstgemachten und anpassbaren Werteregler, zum Beispiel um den Preis festzulegen oder den Wert zu bestimmen.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
✔️CHECK OUT MY HOMEPAGE ✔️
✔️ADOBE PROGRAMMS FOR BETTER EXPERIENCE ✔️
🔨 LEARN BUILDING YOUR OWN WEBSITES 🔨
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
👀 MY SOCIAL MEDIA 👀
✔️ Instagram: https://instagram.com/coding_banana ✔️
✔️ Twitter: https://twitter.com/CodingBanana
✔️ Twitch: Link✔️
✔️ Homepage: Link✔️
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
⚫️ Music in this video: Clouds by Joakim Karud http://soundcloud.com/joakimkarud Music promoted by Audio Library https://youtu.be/YrvBTBmqVPE
⚫️ We are using music and sounds in the videos from the YouTube audio library under the free license.
⚫️ We are using graphics, pictures or images from Pixabay (https://pixabay.com/en/service/faq) under the Creative Commons CC0 license (https://creativecommons.org/publicdomain/zero/1.0/deed.en).
⚫️ We are using graphics, pictures or images from Unsplash (https://unsplash.com/license) under the Creative Commons CC0 license (https://creativecommons.org/publicdomain/zero/1.0/deed.en).
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
⚫️ Links marked with (*) are affiliate links. You can support me for free using those, without paying more. There can be a positive commission for me.

source

24 Comments

  1. Hi i am a beginner in JavaScript. Please i dont understand how you used output= document.getElementById('value'); and it goes on.
    I expected output = document.getElementById('slider').value;

    Sorry if my english isn't correct i'am a francophone. Thanks

  2. I'm trying to make a simple range slider where when you drag it, it shows how much said thing is, then it adds each sliders total at the bottom of the screen. How can I achieve this?

  3. BananaCoding is great ! I have taken of the idea and advice from this video and now just created tut on a new YouTube channel i created to help my progress. I have actually drop a REACT JS and Tailwind CSS version of this range slider. I love some support / feedback so please hit subscribe and check it out peace.

  4. Чувак, как у нас говорят: "ничего не понятно, но очень интересно" )))
    Я и вправду мало понял, что ты говоришь, но понял, что ты кодил – спасибо тебе, бро!!!

    Для чего ты при написании border-radius произносишь "border minus radius"? )))

  5. I am getting error of " sliderVal.addEventListener is not a function
    at app.js:3 "

    I just want to change the bg color of the slider.

    The code :

    var sliderVal = document.querySelectorAll("#myRange");

    var output = sliderVal.value;

    sliderVal.addEventListener('change', function() {

    var x = sliderVal.value;

    var color = 'linear-gradient(90deg, #515E63' + x + '%, #f6f6f6' + x + '%)';

    sliderVal.style.background = color;

    });

  6. i need to have a tool tip on my slider as well, so i figure i can probably position the tool tip the same way you positioned the background in the slider

Leave A Reply

Please enter your comment!
Please enter your name here