CodeSeven / toastr

Simple javascript toast notifications
http://www.toastrjs.com
MIT License
11.96k stars 2.04k forks source link

Update for jQuery 3 #597

Closed eslook closed 3 months ago

eslook commented 5 years ago

I'm using Toastr for a project that uses jQuery 3. This fails on $toastElement[options.hideMethod]({ and $toastElement[options.showMethod]( and return $toastElement[method]({.

So I updated the JS to make it work.