Merge pull request #276 from fifsky/patch-2

修正事件延迟绑定
This commit is contained in:
Minho 2018-05-15 08:07:00 +08:00 committed by GitHub
commit c50895d6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -375,7 +375,7 @@
/**
* 创建项目
*/
$("#btnSaveDocument").on("click",function () {
$("body").on("click","#btnSaveDocument",function () {
var $this = $(this);
@ -544,4 +544,4 @@
});
</script>
</body>
</html>
</html>