我正在尝试使用knockout将模态链接到click函数。它应该显示控制器在模型对象中发送它的一些文本。
这是我的JSP:
$('#alerts-modal').on("click", function(e) {
e.preventDefault();
var alerts = resources.alertsJson;
invokeModal({
//some code here to create the modal
});
});
我的对象是" alertsJson"
我试过了:
<table border="0" cellpadding="0" cellspacing="0" width="550" class="">
任何人都可以说我为什么不能调用模态