【发布时间】:2013-05-03 05:31:02
【问题描述】:
我正在尝试使用toastr js library。
我包括了 toastr.js、toastr.css 和 toastr-responsive.css 这有效:
toastr.info("Hello world");
但这不起作用。而且我在浏览器控制台中没有收到任何错误:
toastr.options.positionClass = "toast-top-full-width";
toastr.info("Hello world");
会是什么原因?
【问题讨论】:
标签: javascript user-interface notifications toastr