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 have this piece of code:
jc = $.dialog({ theme: 'supervan', animation: 'top', closeAnimation: 'bottom', closeIcon: 'false', scrollToPreviousElement: null, scrollToPreviousElementAnimate: null, closeIconClass: 'hidden', title: 'My title', content: 'My content', onOpen: function(){ setTimeout(function() { if (myFunction()) { jc.close(); return false; } }, 1000); }, onDestroy: function () { $.confirm({ theme: 'supervan', escapeKey: true, animation: 'top', closeAnimation: 'bottom', scrollToPreviousElement: null, scrollToPreviousElementAnimate: null, backgroundDismiss: true, title: 'My title', content: "My content", buttons: { continua: function () { return true; } } }); }, });
When I call the .close API it still scrolls to the top of the page.
The text was updated successfully, but these errors were encountered:
Looks like, it could not find the element, i will look into this
Sorry, something went wrong.
#242 scrollToPreviousElement fixes
d8b7a83
Fixed 👍
Great! Thank you 👍 May I ask you when the new version will be available?
Really soon, by today itself.
Fixed in v3.2.0
No branches or pull requests
I have this piece of code:
When I call the .close API it still scrolls to the top of the page.
The text was updated successfully, but these errors were encountered: