0
votes
2answers
17 views
How to assign an Ajax success handler when loading jqmodal dialog ?
Hi,
What I need is very simple but, searching the web, I didn't find any example.
I am using the jqModal jQuery plugin for displaying content dynamically (via Ajax) in a modal dialog. Once, this …
2
votes
2answers
181 views
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 …
0
votes
1answer
30 views
jqModal close, reopen issue
A Jquery Modal is called with two form elements. There is also an option to close the modal. One scenario is that the user would close the modal, and can come back to it.
But when the user come …
0
votes
3answers
206 views
jqModal/JQuery problem, div not updating with new content?
I'm hoping someone can point a relative jQuery/jqModal newbie in the right direction for debugging this error. I'm loading an html fragment into a div and then use jqModal to display that div as a …
0
votes
1answer
112 views
jqModal passing parameters
Hey all,
how do you pass data to the jqModal? For example, when Button2 is clicked can i pass the button's id or a hidden field and have the controller pick it up?
<asp:Content ID="Content2" …
0
votes
1answer
26 views
jqmodal event when modal goes away
hey all,
when you click outside the modal to close it can you hook into any events to run more code?
thanks,
rodchar
0
votes
2answers
558 views
jqmodal and nyromodal will not work w/ Jquery 1.3.2 and Firefox toolbar extension
I've been trying to create my own firefox toolbar with commands that will open and close a modal dialog using either jqModal or nyroModal. In both cases the act of opening the dialog causes errors and …
0
votes
1answer
124 views
jqmodal IE (7 or 8) flashes black before modal loaded
This is killing me. In both IE7 and 8, using jqModal, the screen flashes black before the modal content is loaded. I've set up a test app to show you what's happening. I've taken jqModal EXACTLY …
0
votes
3answers
852 views
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 …
0
votes
1answer
84 views
jqmodal window closes on form submit for all browsers except FF
I have a comment window that opens up in a small jqmodal window. I am trying to use $.ajax to submit the form and show "success" in the small modal window. but in all browsers except firefox, the …
1
vote
1answer
82 views
Can’t assign jQuery jqModal to dynamically added links
I've been having problems getting jqmodal modal dialogs to display on links added dynamically by client side code. I've demonstrated the problem at the following URL: …
1
vote
1answer
107 views
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 …
0
votes
1answer
39 views
Using flot (or another canvas plotting javascript package) in a modal dialog box
Hi guys,
I'm trying to to display a chart (generated using flot) in a modal dialog box. The plot is a blown up version of a smaller chart. From my initial attempts I can't seem to display a chart.
…
0
votes
1answer
104 views
Ajax refresh messes up jqModal functionality
I am trying to use jqModal in my .net/mvc app to do simple jquery modal popups. I have a table where I list out records and have an "edit" button to popup a modal dialog to do the edits. When I …
0
votes
2answers
128 views
jqModal overlay in Firefox not transparent
I'm using jqModal for an application I'm developing. It works great in IE8, but in Firefox 3.5.2, the window comes up but the overlay is solid black. It seems like a CSS problem but I'm not sure. …
