I have no idea if I'm doing this right but I'm trying to make it so when the delete Button is clicked a Dialog in my jQuery UI comes up
我不知道我是否正确这样做但是我正试图这样做当点击删除按钮时我的jQuery UI中的对话框出现了
1 个解决方案
#1
1
try adding:
尝试添加:
$( this ).dialog( "close" );
on the close
在收盘
#1
1
try adding:
尝试添加:
$( this ).dialog( "close" );
on the close
在收盘