$('#myModal').modal('show') //显示$('#myModal').modal('hide')隐藏
Posted bwdblogs
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了$('#myModal').modal('show') //显示$('#myModal').modal('hide')隐藏相关的知识,希望对你有一定的参考价值。
你这样试试,这是官方文档的写法 $(‘#myModal‘).modal(‘show‘) //显示$(‘#myModal‘).modal(‘hide‘)隐藏
//重复点击的隐藏显示有一个很更方便的写法$(‘#myModal‘).modal(‘toggle‘)
s := ‘$("#cancheck_form").find("[name=checkNum]").val("‘ + IntToStr(iCheckNum) + ‘");‘ +
‘var g = "cancheck.htm";‘ +
‘var h = $("#cancheck_form").serialize();‘ +
‘var j = $("#cancheck_form").find("[name=saleCorpCode]").val();‘ +
‘var f = $("#cancheck_form").find("[id=cancheck_ordercode_span]").text();‘ +
‘$("#cancheck_btn").attr("disabled", "disabled");‘ +
‘$.ajax({type: "POST",url: g,data: h, ‘ +
‘success: function(a) {‘ +
‘ var e = a;‘ +
‘ if (e.success) {‘ +
‘ alert(e.message);‘ +
‘ $("#modalCanCheck").modal("hide");‘ +
‘ $("#datagrid").grid("reload");‘ +
‘ var d = true;‘ +
‘ if (d) {‘ +
‘ var b = "getPrintRightIfCheck.htm";‘ +
‘ var c = "&corpCode=" + j + "&orderCode=" + f;‘ +
‘ if (e.checkRecordId != undefined && e.checkRecordId != null) {‘ +
‘ c = c + "&checkRecordId=" + e.checkRecordId‘ +
‘ }‘ +
‘ $.ajax({type: "POST",url: b,data: c,‘ +
‘ success: function(l) {‘ +
‘ if (l != null && l != "") {‘ +
‘ alert("核销成功打印>" + l);‘ +
‘ }‘ +
‘ }‘ +
‘ })‘ +
‘ }‘ +
‘ } else {‘ +
‘ alert("核销提交失败>" + e.message);‘ +
‘ $("#modalCanCheck").modal("hide")‘ +
‘ }‘ +
‘}});‘;
chrom.Browser.MainFrame.Executejavascript(s,‘about:blank‘, 0);
以上是关于$('#myModal').modal('show') //显示$('#myModal').modal('hide')隐藏的主要内容,如果未能解决你的问题,请参考以下文章
mod_wsgi (pid=10144, process='', application='localhost|'): Failed to parse WSGI scr
mod_wsgi:ImportError:没有名为'encodings'的模块
'使用mod_wsgi在apache上部署django app时,没有名为'encodings''的模块