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

Hi, The div gets created after clicking the button, and it shows up in the inspector. However, the div is not displaying on the screen, instead, every time I click...

The plugin has an issue whereby the 'modal' class is incompatible with Bootstrap (bootstrap already has a class called modal). a simple rename to something like jq-modal fixes the issue...

hi . please add height:unset ; in .modal class , this can remove conflict with bootstrap content scroll and height .modal { height: unset; }

Hi, I am using jquery-modal for forms and I want to dynamically set `escapeClose` `clickClose` `showClose` to `false` as I want to prevent the modal from closing when the user...

Hi. I checked this issue: https://github.com/kylefox/jquery-modal/issues/261 But I need load url ajax modal on pageload, is it possible? Thank you.

Is there away to have the modal blocker be positioned absolute in a relative container? Here is what I have so far. https://codepen.io/JacobLett/pen/mddOdmx?editors=1111 The line I need to adjust somehow...

New option to append the blocker to a custom element: `backdropParent: ...` This should fix #260

Hi, How can we only close the current modal when we are using the parameter closeExisting to false ? And so to keep the modal "behing" visible ? Thank you.

When tabbing through the page, I can hit enter to open a modal, but the tab focus remains in the background so I'm unable to tab through the contents of...

This PR traps the focus inside the modal when it's opened. This should fix #268 PS: I didn't minify the file, since I can't get your gulp version to work.