Topic: I need to detect if the users browser lacks a feature that will impact mdbootstrap and show a message
eward@insight.rr.com pro premium asked 7 years ago
I am looking for guidance on what features I need to detect for in order to insure mdbootstrap runs as expected. For instance if javascript is disabled on the browser that will effect my code. But I am unclear on the what other features to check for or even the best what to that.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Open
Specification of the issue
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Piotr Glejzer staff commented 7 years ago
may you need something with no script tag?<script>Put Sample code here for execution when JavaScript is Active </script> <noscript>Put Sample code here for execution when JavaScript is Disabled</noscript>