📜  jQuery Mobile 工具栏 toggle() 方法

📅  最后修改于: 2022-05-13 01:56:02.156000             🧑  作者: Mango

jQuery Mobile 工具栏 toggle() 方法

jQuery Mobile是一套基于 HTML5 的用户系统交互小部件工具箱,用于构建在 jQuery 之上的各种用途。它旨在构建可用于移动设备、选项卡和桌面的快速响应式网站。

在本文中,我们将使用 jQuery Mobile Toolbar toggle()方法来切换工具栏的可见性,即如果工具栏被隐藏,它将再次变为可见,如果工具栏可见,则将其隐藏。它由fixedToolbar扩展提供。

句法:

$(".selector").toolbar("toggle");

参数:此方法不接受任何参数。

CDN 链接:在项目中使用之前,我们必须在代码中包含 jQuery mobile。

示例:此示例描述了 jQuery Mobile Toolbar toggle() 方法。

HTML


  

    
    
    
  
    

  

    
        
            

              GeeksForGeeks             

            

jQuery Mobile Toolbar toggle() method

        
        
            

This is a header toolbar

        
                
  


输出:

参考: https://api.jquerymobile.com/toolbar/#method-toggle