Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navdrawer is not a function #270

Open
fabiopachecooss opened this issue May 20, 2021 · 3 comments
Open

navdrawer is not a function #270

fabiopachecooss opened this issue May 20, 2021 · 3 comments

Comments

@fabiopachecooss
Copy link

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

@fabiopachecooss
Copy link
Author

my html
<div class="navdrawer navdrawer-persistent-xl navdrawer-persistent-clipped" id="doc_navdrawer" aria-hidden="true"> <siv-drawer></siv-drawer> ``

@fabiopachecooss
Copy link
Author

@devwork260802
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants