We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting an error "$ is not a function in slidebars.min.js:11.32 ". I read #238 but don't really understand much of what is being said.
I'm using
<script type="text/javascript" src="assets/jquery/slidebars2.0/slidebars.min.js"></script> <script> ( function ( $ ) { // Initialize Slidebars var controller = new slidebars(); controller.init(); // Toggle Slidebars $( '.toggle-id-1' ).on( 'click', function ( event ) { // Stop default action and bubbling event.stopPropagation(); event.preventDefault(); // Toggle the Slidebar with id 'id-1' controller.toggle( 'id-1' ); } ); } ) ( jQuery ); </script>
with jQuery 1.11.3 and of course the respective canvas and off-canvas divs and trigger button.
What do I have to do? Any help is very much appreciated.
The text was updated successfully, but these errors were encountered:
Is the old version still available for download?
Sorry, something went wrong.
@Anke See this PR for the fix: #240
No branches or pull requests
I'm getting an error "$ is not a function in slidebars.min.js:11.32 ". I read #238 but don't really understand much of what is being said.
I'm using
with jQuery 1.11.3 and of course the respective canvas and off-canvas divs and trigger button.
What do I have to do? Any help is very much appreciated.
The text was updated successfully, but these errors were encountered: