Questions tagged [jqmodal]

jqModal is a jQuery plugin that helps to display popups, notices, dialogs, and modal windows in a web browser. It is flexible and tiny, and provides a great base as a general-purpose windowing framework.

jqModal is a jQuery plugin that helps to display popups, notices, dialogs, and modal windows in a web browser. It is flexible and tiny, and provides a great base as a general-purpose windowing framework.

It is available on:

131 questions
26
votes
17 answers

How to use CKEditor in a Bootstrap Modal?

If I use the CKEditor plugin in an HTML page based on a Bootstrap template, it works great, however if I insert the editor on a Bootstrap Modal like this
20
votes
7 answers

jQueryUI autocomplete in Bootstrap modal displaying underneath modal

I have a jQueryUI autocomplete in a Bootstrap modal window. When I run it normally in the page it works fine, but when I try add it into the modal the list appears behind the modal, not in front. I've tried variations of the following with no…
FstaRocka
  • 278
  • 1
  • 2
  • 15
6
votes
8 answers

Can anyone tell me about a jQuery modal dialog box library that doesn't suck

jQuery based modal dialog boxes are great as long as you do as much as the example tells you to. I need a jQuery based modal dialog box library that has to have the following characteristics: Ideal implementation: function showDialog(values) …
Ritesh M Nayak
  • 8,001
  • 14
  • 49
  • 78
6
votes
4 answers

What is the most stable modal dialog implementation across browsers to use from javascript for a web app?

I'm using a lot of JQuery in a web application that I am building for a client and I want to find an javascript implementation of a modal dialog that is reasonably stable across the following browser set. IE 7+ FF 2+ Chrome and Safari I've tried a…
JTew
  • 3,149
  • 3
  • 31
  • 39
6
votes
3 answers

JQGrid / Date Picked within Add/Edit window

I have been able to work the Date Picker into JQGrid when editing inline, but I am unable to use it inside the add/edit window. Does anyone have instructions on how to do this or an example I can look at? demo from that site of what I am trying to…
kilrizzy
  • 2,895
  • 6
  • 40
  • 63
5
votes
2 answers

jqModal displaying incorrectly in Mobile Safari

I have a jQModal window on my site that has its content populated by an Ajax call. It works fine in all of the desktop browsers, but it fails in Mobile Safari on the iPhone. The overlay and the window itself are displayed on the top of the body of…
alunny
  • 908
  • 4
  • 10
5
votes
3 answers

jqDnR plugin doesn't work with jQuery 1.4

I am using jqModal plugin which relies on jqDnR for drag and resize support. After I upgraded jQuery to 1.4, modal boxes stopped responding to "drag" event. Does anyone know why this is happening? Thanks..
arkadiy kraportov
  • 3,679
  • 4
  • 33
  • 42
4
votes
1 answer

jqModal trigger a second modal window from a link inside the first modal

I'm trying to do a two steps modal window. The first is a form with a submit button, once you click it, it should close the modal, and open a second modal window with different content and design. I can't use jquery hide/show to toggle different…
3
votes
3 answers

Need help to implement CloseOnEscape Key Press for JQModal with IFrame

I am using JqModal in my project. Its a nice JS modal. However i need one help to attach an Close On Escape key press to the JqModal. I am loading eternal content from external URL in JqModal. For simple Modal where no IFrame is used, its very easy…
user1233802
  • 573
  • 1
  • 5
  • 21
3
votes
1 answer

asp.NET (4.0) versus jqModal - in IE8 there are issues with server side button submissions

I currently have the following code. Basically, just a login page and a modal popup when clicking a hyperlink to enter in your email address to email off your password if you've forgotten it. The modal does also check to see if the email entered is…
3
votes
6 answers

jqModal dialog always under overlay

I have the following code, and am at my wit's end because the dialog always appears under the overlay. Any advice will be most appreciated:
ProfK
  • 49,207
  • 121
  • 399
  • 775
3
votes
2 answers

How to open a partial view by using jquery modal popup in asp.net MVC?

I have a partial view which I want to open by using JQuery Modal Popup. There is no problem while opening the view for a new record but I want to pass data to this partial view for edit. What is your best way to implement this? Thanks in advance.
Ali Ersöz
  • 15,860
  • 11
  • 50
  • 64
2
votes
1 answer

FireFox DON'T cancel form submit from jQuery script

I have that situation:
Smarty
  • 1,579
  • 2
  • 11
  • 16
2
votes
1 answer

jqModal and ASP.NET MVC

I want to create a simple form for adding new products using jqModal. View / Home / Index.aspx: