You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my html <div class="navdrawer navdrawer-persistent-xl navdrawer-persistent-clipped" id="doc_navdrawer" aria-hidden="true"> <siv-drawer></siv-drawer> ``
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.
$('#doc_navdrawer').navdrawer(
{
show: false,
type: 'persistent',
breakpoint: 'xl'
}
);
The text was updated successfully, but these errors were encountered: