取消之后编程按钮无效

This commit is contained in:
sw 2015-09-11 15:38:58 +08:00
parent 4405a31c9c
commit 96405d7c0c
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ $(function(){
minWidth: 753
});
$('a.ProBtn').on('click', function(){
$('a.ProBtn').live('click', function(){
$("#BluePopupBox").dialog("open");
$(".ui-dialog-titlebar").hide();
$("a.CloseBtn").on('click', function(){