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 jsp hides div

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article is about how jsp hides div. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

The following is the sample code:

Display different results by selecting function showdiv () {var doc=document;var citytext=doc.getElementById ("city"). Value;var div1=doc.getElementById ("div1"); var div2=doc.getElementById ("div2"); var div3=doc.getElementById ("div3"); switch (citytext) {case "Guangzhou": div1.setAttribute ("style", "display"); div2.setAttribute ("style", "display:none"); div3.setAttribute ("style", "display:none"); doc.getElementById ("text1"). Value=citytext Break;case "Nanchang": div1.setAttribute ("style", "display:none"); div2.setAttribute ("style", "display"); div3.setAttribute ("style", "display:none"); doc.getElementById ("text2"). Value=citytext;break;case "Shenyang": div1.setAttribute ("style", "display:none"); div2.setAttribute ("style", "display:none"); div3.setAttribute ("style", "display"); doc.getElementById ("text3"). }}

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