📌  相关文章
📜  如何使用 jQuery Mobile 创建垂直控制组?

📅  最后修改于: 2021-11-24 05:12:29             🧑  作者: Mango

jQuery Mobile 是一种基于 Web 的技术,用于制作可在所有智能手机、平板电脑和台式机上访问的响应式内容。在本文中,我们将使用 jQuery Mobile 制作垂直控件组。

方法:

示例 1:在本示例中,我们将使用 Button 对按钮进行垂直分组。

HTML


  

    
  
    
  
    

  

    
        

GeeksforGeeks

           

            Vertical controlgroup button              using jQuery Mobile         

    
       
                                                                                                      
  


HTML


  

    
  
    
  
    

  

    
        

GeeksforGeeks

           

            Vertical controlgroup anchor              using jQuery Mobile         

    
       
                     No icon                                          Left                                          right                                          top                                          bottom                                          icon only              
  


输出:

示例 2:在本示例中,我们将使用 Anchor 对按钮进行垂直分组。

HTML



  

    
  
    
  
    

  

    
        

GeeksforGeeks

           

            Vertical controlgroup anchor              using jQuery Mobile         

    
       
                     No icon                                          Left                                          right                                          top                                          bottom                                          icon only              
  

输出: