Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How javascript hides option options

2025-04-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "javascript how to hide option options", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "javascript how to hide option options" bar!

Methods to hide option options: 1, use the "document.getElementById (id)" statement to get the specified option object according to the id value; 2, use the "option object .style.display =" none "statement to hide the specified option option.

The operating environment of this tutorial: windows7 system, javascript1.8.5 version, Dell G3 computer.

Javascript's method of hiding the option option

The idea of realization is:

Use getElementById () to get the specified option option

Sets the display= "none" style to the specified option option and hides it.

Implementation code:

Please select: 1 2 3 option option function my (id) {return document.getElementById (id) with hidden value 2 } my ("btn"). Onclick = function () {my ("opt") .style.display = "none";}

Thank you for reading, the above is the content of "javascript how to hide option options", after the study of this article, I believe you have a deeper understanding of how javascript hides option options, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

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.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report