我已经购买了使用吐司通知的模板。这些示例在单击按钮时运行通知。页面加载后,如何将其转换为对其进行控制?在使用document.ready之前,我已经做到了。
当前通过单击按钮来控制警报:
<button type="button"
class="btn btn-primary"
data-toggle="toastr"
data-toastr-type="primary"
data-toastr-title="Heads up!"
data-toastr-message="This alert needs your attention, but it is not super important.">
Click to run the alert
</button>