jQuery对话框中的open事件和create事件有什么区别?

时间:2018-04-18 06:03:56

标签: javascript jquery jquery-ui

我正在尝试在完全打开后将图像加载到对话框按钮窗格。我使用open和create事件,但它没有用。我认为其中一个事件将代表完全开放状态。 jQuery对话框中的open事件和create事件有什么区别?

jQuery("#ow-logindiv").dialog({
                      open: function(event, ui) {                            
                              jQuery('#ow-logindiv').parent('div').children('.ui-dialog-buttonpane').append('<img src="' + image+ '" width="150px" >');                                                           
                      }
                    });

0 个答案:

没有答案