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
Recently I have used the function of renaming sto...
This article shares the specific code of js to ac...
MySQL sets up independent writing separation. If ...
Adding the right VS Code extension to Visual Stud...
This article was originally written by blogger We...
MySQL supports many types of tables (i.e. storage...
1. Python automatically runs at startup Suppose t...
Website administrators often accidentally delete ...
I encountered a sql problem at work today, about ...
Table of contents Preface 1. Application componen...
1. Check the firewall status Check the firewall s...
Table of contents The server runs jupyter noteboo...
Whether it is the background image or the text siz...
The effect is very simple, just copy the following...
Since Alibaba Cloud's import of custom Ubuntu...