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

View File

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