📌  相关文章
📜  如何使用 jQuery Mobile 制作按钮的内联位置?

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

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

方法:

  • 我们将使用不同类型的 ui 类和类型来组成标记按钮。

示例 1:在此示例中,我们将使用具有不同类的 Anchor 来制作按钮。

HTML


  

    
  
    
  
    

  

    
        

GeeksforGeeks

           

            Inline position Anchor              using jQuery Mobile         

    
                Left Anchor                          right Anchor                          top Anchor                      bottom Anchor                      icon only Anchor        


HTML


  

    
  
    
  
    

  

    
        

GeeksforGeeks

           

            Inline position buttons              using jQuery Mobile         

    
                                                          


输出:

示例 2:在此示例中,我们将使用具有不同类的按钮标记来实现我们的目的。

HTML



  

    
  
    
  
    

  

    
        

GeeksforGeeks

           

            Inline position buttons              using jQuery Mobile         

    
                                                          

输出: