Topic: popper.min.js error 6 dropdown in menu doesn't work in IE 10+11
kimfreesland pro asked 7 years ago
Hello yes,
I'm getting an error 6 for my dropdowns in my menu in IE 10+11 related to the popper.min.js
I have a link to the page below and you can review to help resolve the issue
http://www.kimberlyfreesland.com/PSAT/threatid.html
Thank you.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Jakub Strebeyko staff commented 7 years ago
Hi there kimfreesland, It seems that scripts are attached in wrong order - please try addingmdb.min.js
afterjquery-3.2.1.min.js
andpopper.min.js
. Let us know whether this resolves the issue. Best Regards, KubaKhalid Naseem pro commented 7 years ago
Hi, I am getting same syntax error for popper.min.js while using IE 11 browser. There is no error for Firefox and Chrome brower. Continuing on I get “Javascript runtime error: Bootstrap dropdown require Popper.js (https://popper.js.org)” The order of the mdb.min.js after jquery-3.2.1.min.js and popper.min.js is fine. Is there any dependency which I am missing to include? Thanks, KhalidJakub Strebeyko staff commented 7 years ago
Hi Khalid Naseem, Could you please provide some more context to your project? There might be a dependency missing, since you're not mentioning Bootstrap, which should be included afterjquery-2.3.1.min.js
, in betweenpopper.min.js
andmdb.min.js
. Best Regards, KubaKhalid Naseem pro commented 7 years ago
Hi Kuba, I have included the following script in my master page bottom in following order: src="~/js/jquery-3.2.1.min.js" src="~/js/popper.min.js" src="~/js/bootstrap.min.js" src="~/js/mdb.min.js" Can you please let me know where am I making mistake? Regards, KhalidJakub Strebeyko staff commented 7 years ago
Hi Khalid, Seems you are making no mistake in the way you include your files. With Best Regards, Kuba