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
mouseDragHandler on Ajax content not working, can drag the slidePanel even that set
$.slidePanel.show({ url: href, settings: { method: 'GET' } }, { loading: { template: function(options) { return '<div class="' + options.classes.loading + '"><div class="spinner"></div></div>'; } } }, { mouseDragHandler: '.handler' });
The text was updated successfully, but these errors were encountered:
Ive tried it without loading and it worked, then add loading before mDH and keep working but loading.
What I am doing wrong?
Sorry, something went wrong.
No branches or pull requests
mouseDragHandler on Ajax content not working, can drag the slidePanel even that set
The text was updated successfully, but these errors were encountered: