Copy code The code is as follows:<select> <option value="">1</option> <option value="">2</option> <option value="">3</option> <option value="">4</option> <option value="">5</option> </select> ![]() I don't want users to be able to choose 345. What should I do? Copy code The code is as follows:<select> <option value="">1</option> <option value="">2</option> <optgroup label="3"></optgroup> <optgroup label="4"></optgroup> <optgroup label="5"></optgroup> </select> ![]() That's it. |
<<: MySQL configuration master-slave server (one master and multiple slaves)
>>: Why is the scroll bar on the web page set on the right?
1. Purchase of Server 1. I chose Alibaba Cloud...
During the project development yesterday, I encoun...
Proxying multiple 302s with proxy_intercept_error...
This article shares the specific code for JavaScr...
Table of contents 1. Introduction 2. JDBC impleme...
Table of contents Introduction Mirror repository ...
Table of contents Overview What are callbacks or ...
Introduction Use simple jQuery+CSS to create a cus...
Overview: Oracle scott user has four tables, whic...
This article example shares the specific code of ...
Understand this Perhaps you have seen this in oth...
This article shares the specific code of JavaScri...
Table of contents 1. Function signature 2. Functi...
Hello everyone, today we will talk about how to u...
The docker image id is unique and can physically ...