我是asp.net mvc的初学者,想要使用toast通知向用户显示任何消息,阅读this教程并在我的视图页面中编写此代码:
<input type="submit" class="btn btn-primary" value="مشاهده" onclick="behzad()">
和这个java脚本:
<script type="text/javascript">
function behzad() {
//alert("ok");
toastr.info('Hi Mahedee, This information for you.')
toastr.success('Are you the six fingered man?', 'Inigo Montoya');
}
</script>
但是按下提交按钮我可以看到通知,我该如何解决这个问题?
并将此链接添加到我的视图页面:
<link href="~/Content/toastr.css" rel="stylesheet" />
<script src="~/Scripts/toastr.js"></script>
答案 0 :(得分:0)
您是否遵循了这些步骤?
bower install toastr
链接到toastr.css
链接到toastr.js
toastr.info('你是6指男吗?')
我创建了这个plunkr检查正在加载的脚本的顺序,并检查你是否也这样做..谢谢
enter code here
http://plnkr.co/edit/CMkR8Ud7DOCnJCsGofvL?p=preview
答案 1 :(得分:0)
烤面包机正在使用 jQuery, 确保您在导入 jQuery 之前导入烤面包机