📜  jQuery Mobile 弹出 close() 方法

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

jQuery Mobile 弹出 close() 方法

jQuery Mobile是一组基于 HTML5 的用户系统交互小部件工具箱,用于创建响应式网站和 Web 应用程序。它建立在jQuery之上。

在本文中,我们将使用 jQuery Mobile Popup close()方法来关闭一个已经打开的弹出窗口。此方法不接受任何参数。

句法:

$( ".selector" ).popup( "close" );

CDN 链接:

例子:

在下面的示例中,我们将使用 Popup close() 方法在 3000 毫秒后关闭打开的弹出窗口。我们使用 JavaScript setTimeout() 方法等待 3000 毫秒。

HTML


  
    
    
    
    Popup - reposition method
  
    
    
    
  
    
  
  
    
      
        

GeeksforGeeks

        

jQuery Mobile Popup close Method

           

          Popup will open here and will            close after 3 seconds         

           
          

Welcome to GeeksforGeeks

        
                  
    
  


输出:

jQuery Mobile 弹出 close() 方法

参考: https://api.jquerymobile.com/popup/#method-close