jquery-modal
jquery-modal copied to clipboard
The simplest possible modal for jQuery
hi i want to Reset form data when closing event. Can you answer me how?
- New event `modal:initialized` that runs once the modal content has been loaded. - New `preload` param, defaults to `false`. When set to true, the modal doesn't open on initialization,...
Hi i am in a pure js + jquery environment, why it include scss? https://www.mydomain.com/wp-content/themes/quantr.com/library/scss/_modal.scss thanks Peter
Hey folks, I'm happy this library has gotten so popular but unfortunately I just don't have time to maintain it any longer — especially since I rarely use it myself...
Makes it look a little more popped-out
In C# Forms only variables inside the are read when the form is sent by POST. Probably the same for some other programming framework. If a form fields are placed...
If blockerClass is modal it does not work, it should be blocker (default).
https://stackoverflow.com/questions/16133223/validation-bad-value-first-for-attribute-rel-on-element-link In HTML5 you are only allowed to use standard values for the rel attribute. rel="modal:open" breaks down html validation.
the default max-width is 500px; How can i alter it.
This is my modal: `` ` $(document).ready(function () {` ` $(document).on("submit","#modal",function (e) {` ` e.preventDefault();` ` var form_data = $(this).serialize();` ` $.ajax({` ` url: "@Url.Action("SaveRole", @ViewContext.RouteData.Values["controller"].ToString())",` ` method: "POST",` `...