' + txtVal + ''); showConfirmBox(); }); $("#btn_submit").click(function() { $("#form_Linq").submit(); }); $("img.markGreen").attr("src", "https://www.lint.co.jp/+/img/btn/btn_dropCircle_green.jpg").css("height", "1em"); $("img.markRed").attr("src", "https://www.lint.co.jp/+/img/btn/btn_dropCircle_red.jpg").css("height", "1em"); $("img.markBlue").attr("src", "https://www.lint.co.jp/+/img/btn/btn_dropCircle_blue.jpg").css("height", "1em"); }); function showConfirmBox() { document.getElementById('confirmBox').style.display = "block"; document.getElementById('container').style.opacity = "0.3"; } function hideConfirmBox() { document.getElementById('confirmBox').style.display = "none"; document.getElementById('container').style.opacity = "1"; }