📜  jQuery UI 对话框 resizeStop() 事件

📅  最后修改于: 2021-11-08 05:47:08             🧑  作者: Mango

jQuery UI resizeStop 事件在我们调整大小后对话框停止时触发。

句法:

$(".selector").dialog (
   resizeStop: function( event, ui ) {
       console.log('resized')
 },

方法:首先,添加项目所需的 jQuery UI 脚本。

例子:

HTML


    

  
  
    
  
    
  
  
  

  

  
        
            


输出: