Topic: mdb javascript object, select, plugins etc?
timvangoethem free asked 3 years ago
Documentation speaks of a folder plugins: https://mdbootstrap.com/docs/standard/pro/plugins-installation/
When I download my PRO package, there is no such folder. So how do you initialize the mdb javascript object? for example in: const select = mdb.Select.getInstance(selectEl)
my downloaded html files import css/mdb.min.css js/mdb.min.js But that does not create any mdb javascript objects?
Adam Jakubowski staff answered 3 years ago
Hello,
The support forum is dedicated to technical questions.
All questions regarding MDB licensing, products, partnerships, and other non-technical queries - it should be asked directly to contact@mdbootstrap.com
I've reached out to you via the email address assigned to your mdbootstrap account.
Keep coding,
Adam From MDB
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 3.9.0
- Device: PC
- Browser: Chrome
- OS: Win
- Provided sample code: No
- Provided link: Yes
Michał Duszak staff commented 3 years ago
Speaking of mdb javascript objects - if you import mdb.min.css and mdb.min.js into your project, and you console.log(mdb); what's the output of your console?