Topic: SCRIPT1014: invalid character
Schulz pro asked 6 years ago
"SCRIPT1014: invalid sign" - mdb.js (15477, 23) It should be this line: let inputSelector = `${['text', 'password', 'email', 'url', 'tel', 'number', 'search', 'search-md'].map(function (selector) { return `input[type=${selector}]`; }).join(', ')}, textarea`;I searched a bit and found out that IE11 doesn't support backticks as template literals. But this doesn't help me as I can't simply correct it (it's not my code). What can I do to get it working?
Stan Jansen free answered 6 years ago
Having the same issue on 4.5.13 using:
require('mdbootstrap/js/modules/file-input.js');
Cannot update to a higher version as they are missing the lightbox.js component.
Mikołaj Smoleński staff commented 6 years ago
Hi Stan,
Higher version of MDB also includes lightbox. Please update to the latest version to fix Your issue.
Best Regards
David Macek pro answered 6 years ago
I am having the same issue - SCRIPT1014: invalid character, version 4.5.15. When is this going to be solved? Many people still use IE and it does not work on it.
Schulz pro answered 6 years ago
<script> new WOW().init(); </script>Use
<script> $('.wow').WOW(); </script>
Bartłomiej Malanowski staff commented 6 years ago
We've fixed that issue. Could you please re-download your package and check it?
Schulz pro answered 6 years ago
- the WOW component - it says it's undefined
- The pickadate - same thing (although I don't use it anywhere).
Mikołaj Smoleński staff answered 6 years ago
Schulz pro answered 6 years ago
Marta Wierzbicka staff answered 6 years ago
Marta Wierzbicka staff answered 6 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.5.10
- Device: PC
- Browser: Internet Explorer 11
- OS: Windows 10
- Provided sample code: No
- Provided link: No