Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
1k 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 ...
4
votes
3answers
1k views

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? ...
3
votes
3answers
12k 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 ...
2
votes
1answer
58 views

FireFox DON'T cancel form submit from jQuery script

I have that situation: <form class="reqSnip" action="snipvw" method="post" target="_blank"> <input type="hidden" name="a_snip" value="0"> <input type="hidden" name="b_snip" ...
2
votes
1answer
326 views

jqModal and ASP.NET MVC

I want to create a simple form for adding new products using jqModal. View / Home / Index.aspx: <script type="text/javascript"> $(document).ready(function () { ...
2
votes
2answers
1k views

Modal login popup like digg

I need to add login modal popup in my project like Digg login popup, Please suggest me different modal box popups to achieve this, Any pointer or suggestion without be helpful thanks
2
votes
6answers
1k views

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: <head runat="server"> ...
2
votes
7answers
830 views

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 ...
2
votes
2answers
3k 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 ...
1
vote
1answer
51 views

jqModal cancel alert box open from Iframe but shows in parent window

I have a web page that has an iFrame. I have full access to both parent window and the iFrame page. In the iFrame, I have a jqModal cancel box that is shown when user input some invalid input. My ...
1
vote
0answers
474 views

MVC3, Ajax and a modal form with client-side unobtrusive validation

I can't get the combination of things in the title to work together. I've read various questions but not found one that covers everything I'm trying to do. I'm using jqModal for my modal window. I'm ...
1
vote
1answer
284 views

Recommendation for a multi-instance jquery dialog/overlay

Ok. had enough of trying out lightboxes, overlays and dialog boxes plugins. The problem is that very few of them support nested (multiple) dialog open at the same time - a typical requirement in my ...
1
vote
0answers
287 views

pagination issue in jqModal window

I am very new to jquery. I have one jsp as main page with a table and in one columm some data with hyperlink. When user clicks on the data it opens a pop up to display the details. The code is like: ...
1
vote
1answer
455 views

Update a div with results of a jqModal ajax call from MVC page

Here's my scenario. I call jqModal using its ajax functionality that displays a form in the modal dialog. The user fills out some information and submits the form which returns some html in ...
1
vote
1answer
249 views

in jqgrid, is there anyway to have an auto calculated width of editGridRow() popup

to edit a row in jqgrid, i use editGridRow. i see that you can pass in a width like this: ondblClickRow: function (rowid) { jQuery('#grid').editGridRow(rowid, true, { width: 600 }); } ...
1
vote
4answers
636 views

jqModal is trying to run my whole page!

I just started experimenting with jqModal and am having a strange issue. The modal window is displayed correctly however I get a javascript error when I click anywhere inside it. When I look at the ...
1
vote
1answer
78 views

How to get the current URL of an external page loaded in a jqModal window?

Is it possible to get the current URL of an external page loaded in a jqModal window? And further, in the implementation of the jqModal, in where the external page is located? iframe or div?
1
vote
1answer
2k views

jqModal jQuery Plugin - How to Set Timeout on Modal Popup?

I'm using the jQuery Plugin jqModal. New to it, so i'm still learning its usage. What i'm trying to do is show the popup for say 3 seconds, then automatically close. Basically, here is the flow of ...
1
vote
1answer
347 views

Show jQModal window on page load using ajax

I saw this question: http://stackoverflow.com/questions/2884185/show-jqmodal-window-on-page-load and works fine when my content is not pulled from a remote source using ajax. How can I use ajax in ...
1
vote
1answer
275 views

jQuery - form loaded via ajax.load not responding to click on submit

I'm seeing a strange problem in my jQuery in a Ruby on Rails application: I'm loading content using ajax.load() into an absolute positioned div (modal). The loaded HTML contains a ...
1
vote
1answer
642 views

Show jQModal window on page load

I'm playing with jQModal plugin and trying to display its window right after the page is loaded. I used this code in $(document).ready(function(): $('#letak').jqm({ overlay: 70, autofire: ...
1
vote
2answers
1k views

jqmodal scrolling possible

Is there a way to make my jqModal scrollable? I'm loading the content via ajax if that helps any? I tried adding the overflow: scroll and the scroll bars show up but it's disabled and shows the ...
1
vote
3answers
1k 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 ...
1
vote
1answer
313 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
465 views

calling a function outside ajax modal

I am using the jqModal plugin for modal dialogs on my page. I have a situation where one modal includes a form called via ajax (a seperate .aspx page that gets loaded into the modal window. as shown ...
1
vote
1answer
610 views

Is it possible to open a JqModal pop-up iframe from flash

I have a link in flash that I want to open with a JqModal popup. I tried passing the string in the flash varaible but that didn't work. var flashvars = { testURL: ...
0
votes
1answer
37 views

jScrollPane in jqModal window only works the first time

i am trying to add the jScrollPane plugin to my jqModal window so that when i load content (via AJAX) that's taller than my set height (600px) the scroll pane can do it's work. the problem is the ...
0
votes
1answer
45 views

Overriding a select box in JQuery won't work unless I call alert() first?

I am using JQuery Modal to show a popup with a form in. All the drop down boxes in my control panel are changed using a jquery plugin which generally works fine. To get Javascript to work with the ...
0
votes
1answer
87 views

jqmodal with data-ajax-url not working

I am trying to implement jquery jqmodal at http://communitychessclub.com/test-me.php and am basing my effort on the example at http://dev.iceburg.net/jquery/jqModal/ 2. AJAX, but it doesn't seem to ...
0
votes
1answer
50 views

jqModal not loading external links

I am trying to use jqModal to open some external links via AJAX using this code: <h3><a class="username<?php echo $row['id']; ?>trigger"><?php echo get_user_meta( $user_id, ...
0
votes
0answers
30 views

jqmodal tabindex and one jqmodal on top of another jqmodal

i am using jqmodal for custom alerts instead of JavaScript alert. But problem is that when i do keyboard "tab" the form elements behind the alert box are getting selected even after i have tabindex ...
0
votes
1answer
46 views

I would like to fill a jqmodal with data coming from a jquery post()

I have this code which is functional: jQuery("#Zone__" + row + "__documents").find("td:eq(3)").mouseover(function(){ var text = jQuery("#Zone__" + row + "__documents").find("td:eq(3)").html(); ...
0
votes
1answer
74 views

can you use jqmodal ajax with web forms

is there a way to use jqmodal's ajax property with asp.net webforms? <script type="text/javascript"> $(document).ready(function() { $('#Button1').click(function() { ...
0
votes
1answer
140 views

TWO jquery jqModal popup windows on same page via onClick and onLoad? Is it possible?

I am using jquery jqModal script for TWO popup windows: <div id="dialog"></div> // load via onClick <div id="success"></div> // load via onLoad I have one html page with ...
0
votes
2answers
159 views

Multiple jqModal Windows - onLoad and onClick on the same page. How?

I am using jquery jqModal script for popup windows. I have one html page with two jqModal windows. I would like one to load when the page opens, and another one opens separately via onClick. My ...
0
votes
2answers
85 views

How to create custom popup based on success insert or failure mySQL?

I would like to have a customer popup window appear on a page after the insert to mySQL is completed. I have the "header" going to a particular page, but I would also like to have a custom popup ...
0
votes
1answer
65 views

Can I pass an argument to ajax in jqModal?

I'm using jQuery Modal. I have two windows that are almost identical, just with a slightly different database query, so I want to repeat as little code as possible. I was thinking the best way would ...
0
votes
1answer
110 views

How to set height width of jqModal?

I am using jqModal plugin. Does anybody know how to set it's height and width ?
0
votes
1answer
106 views

jQuery imgAreaSelect Hiding with jqModal?

Trying to hide my imgAreaSelect selection area when my jqModal window closes. I had to do some z-index fixing to get this to work inside the jqModal window, but the selection area doesn't disappear ...
0
votes
0answers
61 views

sending in parameter to ajax call for dynamically created elements

I need to send a parameter via ajax call for JQModal which is a plugin for jQuery for pop-up windows. Each parameter is unique to the elements that is bound to the javascript function that calls ...
0
votes
3answers
174 views

jquery datepicker - Conflict when two dates in same form

I have a form with two date fields. It's quite a big form, so I'll just show the relevant parts. <input id="dateofassessment" name="dateofassessment" readonly="readonly" class='datebox' /> ...
0
votes
1answer
173 views

Trying to show a jqModal dialog on $(document).ready

I'm adapting a jqModal script to launch in an onLoad fashion using the $(document).ready method, but I'm getting something wrong somewhere. I'm new to stackoverflow, and I smell brains all over this ...
0
votes
2answers
192 views

Show jQmodal window for the first time only

I am using jQmodal plugin , to show pop up window, welcome to site. But the issue is every time page refresh window pop-up. Here is my code http://jsbin.com/atoqe5/3/edit I think it can be done ...
0
votes
0answers
118 views

JQModal Alert (postback after closing)

I'm using JQModal for displaying alerts in my ASP.NET application.. However, there are some scenarios where I have a server side button with a client click event that prompts an alert and on closure ...
0
votes
0answers
67 views

jqModal inside an ajax function

I've been searching for this answer for a while and I just can't seem to figure it out. I have some functionality within a click function, a little as follows: $("#send-button").click(function() { ...
0
votes
1answer
108 views

jqmodal load image

I want to load a jpg into a jqmodal popup. <a class="jqModal" href="/ash/images/image.jpg">link</a> <script type="text/javascript">$().ready(function() { ...
0
votes
0answers
37 views

jqModal load jpg from directory

I want to be able to load an image from a directory into a jqModal popup window. So... I have targeted the image in my a tag like so <a class="jqModalgallery" ...
0
votes
2answers
876 views

jquery popup jqModal multiple dialog windows

im using jqModal from jqModal im using the defaults setting, i mean that what i want, but the thing is this allow me to have only one dialog per page, how can i modify the js or anything so I can have ...
0
votes
1answer
92 views

jquery jqmodal .load() issue

I have a modal window using jqmodal. I need a button within that modal to load a different page in the modal. I have this functioning in all browsers except safari. JS <script ...
0
votes
1answer
311 views

Jquery jqmodal ajax support

I am making use of a modal on a site, and I am having trouble achieving something: The modal I am using is jqModal found here: http://dev.iceburg.net/jquery/jqModal/ I have no issue initializing one ...

1 2