当前位置: 首页 > 工具软件 > Comment.js > 使用案例 >

js.confirm的使用

柴默
2023-12-01
//js.confirm的使用
$("#btnSub").click(function(){
	js.confirm('你确认?', function(){
		$("#inputForm").attr('action',"${ctx}/xx/xx/xxx/savexx");
		$("#inputForm").submit();
	});
});

 

 类似资料: