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 makes li hide

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly explains "javascript how to hide li", the content of the explanation 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 let li hide" it!

In JavaScript, you can use the style attribute and the display attribute to set so that the li element is hidden, the style attribute is used to style the element, the display attribute is used to set the element hide, and the syntax is "li element object .style. display =" none ".

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

How does javascript make li hide?

HTML DOM display attribute

The display property sets how the element is displayed.

Syntax:

Object.style.display=value

This element is not displayed when the property value is set to none.

Examples are as follows:

Function removeElement () {document.getElementById ("li1") .style.display = "none";} example the li element will hide after the button is clicked as follows: the li element will not be hidden after the button is clicked

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