Input Range min Attribute
Definition and Usage
min
Set or return the value of the min attribute of the slider control.
The HTML min attribute specifies the minimum value of the slider control.
Tip:The min attribute is usually with max attribute Use together to create a valid range of values.
Tip:To set or return the value of max attribute, use max attribute.
See also:
HTML Reference Manual:HTML <input> min বৈশিষ্ট্য
Example
Example 1
Get the minimum value allowed by the slider control:
var x = document.getElementById("myRange").min;
Example 2
Change the minimum value:
document.getElementById("myRange").min = "50";
Syntax
Return min attribute:
rangeObject.min
set min attribute:
rangeObject.min = number
বৈশিষ্ট্য মান
মান | বর্ণনা |
---|---|
number | স্লাইডার কন্ট্রোল অনুমদিত সর্বনিম্ন মান নির্ধারণ করে |
প্রযুক্তিগত বিবরণ
ফলাফল: | শব্দমালা মান, যা অনুমদিত সর্বনিম্ন মান উল্লেখ করে |
---|
ব্রাউজার সমর্থন
সারণীতে উল্লিখিত সংখ্যা এই বৈশিষ্ট্যটি যে ব্রাউজার সংস্করণে পূর্ণাত্মকভাবে সমর্থিত হয় তা উল্লেখ করা হয়
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
সমর্থন | 10.0 | সমর্থন | সমর্থন | সমর্থন |