📌  相关文章
📜  点击提交按钮上的 wp7 表单 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:15.208000             🧑  作者: Mango

代码示例1
[submit id:submit_url_btn "Submit"]

jQuery("#submit_url_btn").click(function(e) {
    alert('if you have alredy submitted the form. Then it will be replaced');
});