The Input slider feature range JavaScript method uses

Source: Internet
Author: User
Tags event listener

<Script>    varrangelist=Document.queryselectorall ('[type= "range"]');  for(varI=0; I<rangelist.length; I++){        //get the value I traversed in the current period and assign a value to range        varRange=Rangelist[i]; Range.onchange=function(){ //range.onchange= event triggered when the value of input has changed            //The onchange () event is typically used in user forms, such as events that are triggered when the contents of a text box change, or events that are triggered when the contents of a drop-down list box change.             This. nextelementsibling.innerhtml= This. Value; //Modify the background color of #boxchangeboxbg ();//Event listener Name        };    }; functionChangeboxbg () {//event Method properties being monitored        varR=Red.value; varG=Green.value; varB=Blue.value; Box.style.backgroundColor=' RGB (${r},${g},${b}) '; }</Script>

The Input slider feature range JavaScript method uses

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.