the content in the bootstrap modal box modal-body is always occasional and sometimes missing. Refresh it, and it may be gone after a while. The displayed content is obtained directly from the js page, and the problem can not be found. Please help
the content in the bootstrap modal box modal-body is always occasional and sometimes missing. Refresh it, and it may be gone after a while. The displayed content is obtained directly from the js page, and the problem can not be found. Please help
can you attach the code?
function ShowUpdate (obj) {
var trTable = $(obj).parents("tr").eq(0);
$("-sharpupdateModal").data("id", $.trim(trTable.find("td").eq(11).find("span").eq(5).text()));//ID
$("-sharpupdateDevNo").val($.trim(trTable.find("td").eq(1).text()));
$("-sharpupdateDevName").val($.trim(trTable.find("td").eq(2).text()));
$("-sharpupdateDevType").find("option[value='" + $.trim(trTable.find("td").eq(11).find("span").eq(9).text()) + "']").prop("selected", "selected");
GetMoreDevType($("-sharpupdateDevType").find("option[value='" + $.trim(trTable.find("td").eq(11).find("span").eq(9).text()) + "']"), "updateMoreDevType", $.trim(trTable.find("td").eq(11).find("span").eq(4).text()));
$("-sharpfirmwareVersion").val($.trim(trTable.find("td").eq(12).find("span").eq(0).text()));
$("-sharpupdateDevRemark").val($.trim(trTable.find("td").eq(11).find("span").eq(1).text()));
$("-sharpupdateIsLAN").find("option[value ='" + $.trim(trTable.find("td").eq(11).find("span").eq(8).text()) + "']").prop("selected", "selected");
$("-sharpupdateSystem").find("option[value ='" + $.trim(trTable.find("td").eq(12).find("span").eq(16).text()) + "']").prop("selected", "selected");
//app
$("-sharpupdateSoftVersionNo").val($.trim(trTable.find("td").eq(12).find("span").eq(17).text()));
//
$("-sharpmoreDevInfo").find("dl").eq(0).find("span").eq(0).text($.trim(trTable.find("td").eq(12).find("span").eq(0).text()));
$("-sharpmoreDevInfo").find("dl").eq(0).find("span").eq(1).text($.trim(trTable.find("td").eq(12).find("span").eq(1).text()));
$("-sharpmoreDevInfo").find("dl").eq(0).find("span").eq(2).text($.trim(trTable.find("td").eq(12).find("span").eq(2).text()));
$("-sharpmoreDevInfo").find("dl").eq(0).find("span").eq(3).text($.trim(trTable.find("td").eq(12).find("span").eq(3).text()));
$("-sharpmoreDevInfo").find("dl").eq(0).find("span").eq(4).text($.trim(trTable.find("td").eq(12).find("span").eq(18).text()));
$("-sharpmoreDevInfo").find("dl").eq(0).find("span").eq(5).text($.trim(trTable.find("td").eq(12).find("span").eq(20).text()));
$("-sharpmoreDevInfo").find("dl").eq(1).find("span").eq(0).text($.trim(trTable.find("td").eq(12).find("span").eq(4).text()));
$("-sharpmoreDevInfo").find("dl").eq(1).find("span").eq(1).text($.trim(trTable.find("td").eq(12).find("span").eq(5).text()));
$("-sharpmoreDevInfo").find("dl").eq(1).find("span").eq(2).text($.trim(trTable.find("td").eq(12).find("span").eq(6).text()));
$("-sharpmoreDevInfo").find("dl").eq(1).find("span").eq(3).text($.trim(trTable.find("td").eq(12).find("span").eq(7).text()));
$("-sharpmoreDevInfo").find("dl").eq(1).find("span").eq(4).text($.trim(trTable.find("td").eq(12).find("span").eq(8).text()));
$("-sharpmoreDevInfo").find("dl").eq(2).find("span").eq(0).text($.trim(trTable.find("td").eq(12).find("span").eq(9).text()));
$("-sharpmoreDevInfo").find("dl").eq(2).find("span").eq(1).text($.trim(trTable.find("td").eq(12).find("span").eq(10).text()));
$("-sharpmoreDevInfo").find("dl").eq(2).find("span").eq(2).text($.trim(trTable.find("td").eq(12).find("span").eq(11).text()));
$("-sharpmoreDevInfo").find("dl").eq(2).find("span").eq(3).text($.trim(trTable.find("td").eq(12).find("span").eq(12).text()));
$("-sharpmoreDevInfo").find("dl").eq(2).find("span").eq(4).text($.trim(trTable.find("td").eq(12).find("span").eq(13).text()));
$("-sharpmoreDevInfo").find("dl").eq(2).find("span").eq(5).text($.trim(trTable.find("td").eq(12).find("span").eq(14).text()));
$("-sharpmoreDevInfo").find("dl").eq(3).find("span").eq(0).text($.trim(trTable.find("td").eq(12).find("span").eq(15).text()));
return false;
}
use the modal-body content in the Bootstrap modal, modal box to be introduced through the load method. There is a button in the introduced page. The first call mode box is that the click event of the button can be triggered, but the click event of the b...
webpack is packaged, jquery is placed in front of bootstrap, or error is reported. Why? js $( -sharplastPageModal ).modal(); Local html <script src=".. lib jquery.js">< script> <script src=".. lib bootstrap.js&qu...