If I want to make the form non-input-capable, I set the form to: Copy code The code is as follows:style="cursor:not-allowed;" disabled But after setting it up like this, I found that there was no way to get the value in the background action. Finally, I searched on the Internet and found that replacing disabled with readonly can indeed pass the value to the background, but the form can get the focus again. Getting the focus makes people uncomfortable to watch. But the project is tight, so let’s leave it like this for now. After the form is set to disabled, the value cannot be passed to the background |
<<: UrlRewriter caching issues and a series of related explorations
>>: CSS to achieve dynamic secondary menu
Table of contents 1. Install JDK Manual Installat...
Here are the detailed steps: 1. Check the disk sp...
Today I sent a small tool for Ubuntu to a custome...
Table of contents Install and configure dnsmasq I...
IIS7 Download the HTTP Rewrite module from Micros...
Table of contents Preface: 1. Understand lock wai...
Time always passes surprisingly fast without us n...
Table of contents 1. Click on the menu to jump 1....
This article shares the specific code of React to...
Simulation tables and data scripts Copy the follo...
Some time ago, the project needed to develop the ...
Introduction: Lambda Probe (formerly known as Tom...
Table of contents Preface Conversion relationship...
Examples: Through the PHP background code, you ca...
Preface When developing static pages, such as Vue...