jquery-modal icon indicating copy to clipboard operation
jquery-modal copied to clipboard

The simplest possible modal for jQuery

Results 74 jquery-modal issues
Sort by recently updated
recently updated
newest added

I've been struggling trying to send some values to a page and open it in a modal dialog box but it has been impossible for me. I had to use...

Hi there, I'm trying to close the modal when the back button is pressed. This is my current code: ``` $(function() { if (window.history && window.history.pushState) { $(window).on('popstate', function() {...

For those of you that don't want the Modal to close when you release your mouse outside of the modal, I found a fix(workaround) for it. **Fix** Search for `$blocker.click`...

The blockerClass option default in documentation is different from the one in code

I'm building an external link speedbump using jquery-modal. Basically, I need to pass an external URL to the modal for each unqiue external link. $('#externallink').on($.modal.BEFORE_OPEN, function(event, modal) { var url...

It's been several years since this library was first released, and it's starting to feel a bit long in the tooth. It's probably time for a massive revamp (and potentially...

In ASP.Net Web Forms, the ASP elements are lost due to jquery-modal moving the modal DOM outside of the <form> tag to the <body>. This pull request allows the modal...

Hi @kylefox, first of all, thank you for your work on this library :) I've got a suggestion on something that might be a bug and it would be amazing...