jqModal is a jQuery plugin to facilitate the display (and removal) of notices, dialogs and other modal windows in a web browser.

learn more… | top users | synonyms

0
votes
0answers
13 views

jqModal overflowing my page

I am using jqModal to create a modal window using ajax that contains a form to be filled out. The parent window only contains about half a page of data, so does not contain scroll bars. When the ...
0
votes
0answers
34 views

JQGRID - JQMODAL: clear text area value when click on cancel buttion

i want to clear text area values when clicked cancel,,in onClose didnt work,,first time clicked on cancel button not clearing the text area value but second time it works,i dont why???any idea?
1
vote
1answer
148 views

JQGRID - JQMODAL: Disable close modal when click on overlay

I am trying to disable close on click when clicking the overlay behind the edit form Modal that opens when I edit a row, but I dont know how I have to do it. I were trying something like: ...
0
votes
1answer
60 views

Uncaught TypeError when adding a trigger to jqModal

I've got a jqModal dialog: function initOrderIdCardDialog() { $('#orderIdCardDialog').jqm({ trigger: '#orderIdCardButton', overlay: 85, /* 0-100 (int) : 0 is off/transparent, 100 ...
0
votes
0answers
30 views

Social media plugins not working in jqModal overlay

I have implemented the following social media plugins to my website: facebook, twitter, linkedin and pinterest. These work fine, however I have implemented an overlay using jqModal where I want to ...
0
votes
1answer
82 views

How to jump to anchor in a modal?

So I'm trying to do 2 anchor jumps in one go. One for the parent page (this is easy) and one for a triggered modal. Here's where I'm at so far. User clicks on link, eg. ...
0
votes
1answer
52 views

jqmodal and passing data to it?

I need to pass an id to my jqmodal popup but I'm not sure the best way to do this. On my trigger I have a data-id set so it is like this: data-id="projects" and then my code which calls the popup ...
1
vote
1answer
109 views

Call jQuery for each row

I want to make a link to call for each row. Here is the code: foreach($docs as $row) { echo "<td><h5><a href='' id='onclick' ...
0
votes
1answer
181 views

jqModal not working

I was trying to test out some working code from http://dev.iceburg.net/jquery/jqModal/ to get an idea of how this works, but I am unable to get the code to work. I'm trying to use the pop up dialog ...
1
vote
1answer
156 views

jquery mobile: data filter doesn't work after hide of list items

I am trying to provide my users with 2 ways to filter a list; either by a data-filter and by a couple of buttons. The buttons use class attributes to remove groups of list items. In my real ...
0
votes
1answer
120 views

Fading in / out my popup?

I'm using jqModal and it does everything I want to, however I want to add a fade effect for showing and hiding the popup, it currently just shows and hides and I find it a bit too sudden. The problem ...
3
votes
1answer
198 views

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 ...
0
votes
0answers
65 views

jqmodal open window from external link

I use jqmodal to open content in windows on page. I do it by click on a href. The init code looks like this: <script> $().ready(function() { $('a.jqModal').click(function(){ $( ...
0
votes
2answers
332 views

JqModal fade in the popup?

I am using the plugin jqModal which I have working just fine, however I want to make my jqModal dialog/overlay box fadeIn when called. I find it a bit "in your face" when I click to show it as it ...
2
votes
2answers
228 views

jQuery jqModal full window pop up browser scroll issue

Apologies for a lack of code, but basically I am using the jqModal plugin and it's working great, just as expected, however I just a question about it and was hoping someone could shed some light on ...
0
votes
0answers
49 views

To open JqModal Window on click of a link in Info Window

How to open JqModal Box onclick of a (button)/(HTML Anchor tag) in Info window in google map V3? I have been stuck with this scenario for quite some time. Any sort of help will be appreciated.
0
votes
1answer
92 views

JQuery function preventing Rails remote call

I have a link on my page which makes an AJAX remote call to passcheck_path and the p tags around it provide the function of activating a JQuery modal box which covers the entire page. <p ...
0
votes
1answer
340 views

jqModal popup not working

I have been trying to get a basic jqModal popup and I am getting stuck. The jqModal.css file is properly hiding the popup box (before it's activated), but I can't get it to popup. Here is the code: ...
0
votes
0answers
80 views

jQuery jqModal always under overlay

Has anyone had the same problem? I've tried adding toTop: true on the modal (that actually brings the window on top of the mask) but that some how disables my Ajax, and the page wont do post back! ...
0
votes
2answers
113 views

How to make this function work on an onclick event

I have this Javascript: <script language="javascript" type="text/javascript"> $().ready(function() { $('#ex2').jqm({ajax: 'view.php?id=<?=$objResult["id"];?>', trigger: 'a.ex2trigger'}); ...
0
votes
1answer
422 views

how to disable overlay in jqModal popup

I am doing with jqModal plugin. I need to disable the outer overlay and make the popup stable. So that, until "close" button is clicked, the popup should be showing consistently. Code so far I tried ...
0
votes
1answer
417 views

JQmodal pop up can not appear

I've a problem about jqmodal. That pop up can not appear. My scenario is any data in variable warning, pop up will appear and will appear the all warning data. This the code. Please help me. Thanks ...
0
votes
1answer
1k views

Jquery Ajax contact form within a Jqmodal ajax popup window

Hi all I am making a contact form popup window on my website using Jqmodal. The contact form loads and displays correctly, but the contact form itself I am trying to submit it using ajax and then want ...
0
votes
2answers
386 views

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 ...
3
votes
1answer
287 views

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 ...
0
votes
2answers
787 views

Close jqModal dialog without setting jqmClose-tag in class-attribute of a input-button

I'm using jqModal in my ASP.net MVC 3 project. I have some buttons where I apply CSS-styling on them but I've read that the class attribute of an input element can be used to close jqModal-dialogs. ...
0
votes
1answer
317 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 ...
2
votes
1answer
202 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" ...
1
vote
1answer
204 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 ...
0
votes
1answer
154 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
485 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
188 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
1answer
148 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
210 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
486 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
716 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
227 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
240 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
417 views

How to set height width of jqModal?

I am using jqModal plugin. Does anybody know how to set it's height and width ?
1
vote
0answers
749 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 ...
0
votes
1answer
332 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
4answers
482 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' /> ...
1
vote
1answer
633 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 ...
0
votes
1answer
860 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
540 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
1answer
254 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
3answers
5k 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
162 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
810 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
vote
0answers
455 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 2 3