我使用建议here的简单技巧在javascript中创建确认对话框。
当我点击锚点时会出现对话框,但是我无法关闭它,并且操作会自动启动,即使对话框没有被解除。
我收到以下错误:
TypeError: $(...).modal is not a function
[Break On This Error]
$('#dataConfirmModal').modal({show:true});
答案 0 :(得分:1)
您必须添加对twitter bootstrap库的引用
http://twitter.github.io/bootstrap/assets/js/bootstrap-modal.js
中的工作示例<a href="delete.cfm" data-confirm="Are you sure you want to delete?">Delete</a>