js 選單欄更多選項的顯示隱藏操作 if

2022-02-15 21:55:54 字數 900 閱讀 8808

html效果:

點選更多就會有下拉列表,再點選一下就沒有了。

也就是說,

點選的時候,

div顯示,則隱藏;

div隱藏,則顯示。

引入js的if

html**:

1

doctype html

>

2<

html

lang

="en"

>

3<

head

>

4<

meta

charset

="utf-8"

>

5<

title

>title

title

>

6<

style

>

7#div1

13style

>

1415

<

script

>

16function

f()

23script

>

2425

head

>

26<

body

>

27<

input

type

="button"

value

="更多(顯示隱藏)"

onclick

="f()"

/>

2829

<

div

id="div1"

>

30div

>

31body

>

32html

>

view code

MFC 選單欄顯示隱藏

首先獲取程式視窗大小 在cmainframe 定義變數crect clientrect 在oncreate裡獲取客戶區大小,並隱藏選單欄 m wndcommandbar.showwindow sw hide getclientrect clientrect bool cmainframe pretr...

微信分享選單欄顯示,隱藏

如果在頁面上禁止了分享,在分享頁需要加上顯示分享選單才可以,不然在ios上會出現所有都無法分享 在自己分享的js裡頭改,有可能不是下面的那樣,但是都是 showoptionmenu,hideoptionmenu這倆個 參考function onbridgeready if typeof weixin...

隱藏 gVim 的選單欄和工具欄

在 vimrc 中加上如下 toggle menu and set guioptions m set guioptions t map if guioptions t set guioptions t set guioptions m else set guioptions t set guiopt...