js代码
<script src="scripts/jquery.js"></script> <script src="scripts/jquery.imageLabel.min.js"></script> <script> $(function() { $(".right-select-box"); $(".addpic").removeAttr("disabled"), $("#imgform").submit(function(t) { t.preventDefault(); window.c = imageLabel({ img: $("[name=src]").val(), editPop: !0, close: function(t) { return t.length && alert(JSON.stringify(t)), !0 }, clickArea: function() {}, edit: function(t) {}, startArea: function() {}, confirm: function(t) { return t.length && alert(JSON.stringify(t)), !0 } }) }) }) </script>