📜  jQuery UI 对话框 resizeStart(event, ui) 事件

📅  最后修改于: 2021-11-25 03:53:40             🧑  作者: Mango

jQuery UI resizeStart 事件在对话框开始调整大小时触发。

句法:

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

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

例子:

HTML


  

    
    
  
    
  
    
  
    

  

    
             
          


输出: