CodeSeven / toastr

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

I[E.showMethod] is not a function error with bootstrap 4.2.1 #602

Open Reegan01 opened 5 years ago

Reegan01 commented 5 years ago

desktop screenshot

Got that issue while working with bootstrap 4.2.1. If it due to jQuery slim usage, then how to work with bootstrap?

samuelallan72 commented 5 years ago

I successfully resolved this error by using the full jQuery library instead of the slim edition. You should be able to install/require/include the jQuery edition you want - don't have to stick with the slim edition.

Thecave3 commented 3 years ago

This issue is still open, but the @swalladge fix solved it.

cnabildev commented 3 years ago

Thanks its work using uncompressed jquery library i use this :

<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous">