Input Range type Property

❮ Input Range Object

Example

Return which type of form element the slider control is:

var x = document.getElementById("myRange").type;
Try it Yourself »

Description

The type property returns which type of form element the slider control is.


Browser Support

Property
type Yes 10.0 Yes Yes Yes

Syntax

rangeObject.type

Technical Details

Return Value: A String, representing the type of form element the slider control is

❮ Input Range Object
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.