<html>
<script src="/js/jquery.min.js"></script>
$(document).on("click", ".btn-danger", function () { console.log("inside"); });
</script>
<body>
<a href="#" class="btn btn-danger" >彈出視窗</a>
</body>
</html>
沒有留言:
張貼留言