In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)05/31 Report--
Today Xiaobian to share with you how to set javascript can not edit the relevant knowledge points, detailed content, clear logic, I believe most people still know too much about this knowledge, so share this article for everyone to refer to, I hope you read this article after harvest, let's learn about it together.
In javascript, you can use the disabled attribute of Checkbox object to set non-editable, just need to set the disabled attribute value of the specified element label to "true", syntax format "element object.disabled=true;".
Operating environment of this tutorial: Windows 7 system, Javascript version 1.8.5, Dell G3 computer.
JavaScript-Set text box not editable
We need to create an HTML skeleton first, which can be generated quickly by the compiler.
And then we type the basics in.
Then write JavaScript events to disable functionality
var btn1 = document.getElementById('btn1'); btn1.onclick = function () { var txt = document.getElementById('txt'); txt.disabled = true; }
Optimize it: enter numbers in the text box, click disable and you can't enter numbers in the text box, and then write "enable" function. In fact, the enabling function is almost the same as the disabling function, just change "disabled = true" to "disabled = false", the code is as follows:
var btn1 = document.getElementById('btn1'); btn1.onclick = function () { var txt = document.getElementById('txt'); txt.disabled = true; } var btn2 = document.getElementById('btn2'); btn2.onclick = function () { var txt = document.getElementById('txt'); txt.disabled = false; } The above is "javascript how to set not editable" all the content of this article, thank you for reading! I believe everyone has a great harvest after reading this article. Xiaobian will update different knowledge for everyone every day. If you want to learn more knowledge, please pay attention to the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.