Daemonite / material

Material Design for Bootstrap 4
http://daemonite.github.io/material/
MIT License
3.2k stars 725 forks source link

navdrawer is not a function #270

Open fabiopachecooss opened 3 years ago

fabiopachecooss commented 3 years ago

$('#doc_navdrawer').navdrawer( { show: false, type: 'persistent', breakpoint: 'xl' } );

fabiopachecooss commented 3 years ago

my html `

``

fabiopachecooss commented 3 years ago

content drawer

`

`

devwork260802 commented 5 months ago

Fix Issue #270 You haven't included the necessary jQuery library that provides the navdrawer function. There are libraries like "jQuery Navdrawer" or "jQuery Persistent Navdrawer" that add this functionality. Make sure you've included the appropriate library file in your project and referenced it before your script block.