取消之后编程按钮无效
This commit is contained in:
parent
4405a31c9c
commit
96405d7c0c
|
@ -115,7 +115,7 @@ $(function(){
|
||||||
minWidth: 753
|
minWidth: 753
|
||||||
});
|
});
|
||||||
|
|
||||||
$('a.ProBtn').on('click', function(){
|
$('a.ProBtn').live('click', function(){
|
||||||
$("#BluePopupBox").dialog("open");
|
$("#BluePopupBox").dialog("open");
|
||||||
$(".ui-dialog-titlebar").hide();
|
$(".ui-dialog-titlebar").hide();
|
||||||
$("a.CloseBtn").on('click', function(){
|
$("a.CloseBtn").on('click', function(){
|
||||||
|
|
Loading…
Reference in New Issue