Tagged Questions

SimpleModal is a lightweight jQuery Plugin which provides a powerful interface for modal dialog development. Think of it as a modal dialog framework. SimpleModal gives you the flexibility to build whatever you can envision, while shielding you from related cross-browser issues inherent with UI development.

learn more… | top users | synonyms

9
votes
10answers
5k views

SimpleModal breaks ASP.Net Postbacks

I'm using jQuery and SimpleModal in an ASP.Net project to make some nice dialogs for a web app. Unfortunately, any buttons in a modal dialog can no longer execute their postbacks, which is not really ...
7
votes
2answers
4k views

How do I get a result from a modal dialog in JQuery

I would like to use an add-in like simplemodal or the dialog add-in in the UI kit. However, how do I use these or any other and get a result back. Basically I want the modal to do some ajaxy ...
5
votes
1answer
5k views

Modal Form in asp.net mvc RC using jquery

I am new to ajax / jquery and have had difficulty finding a simple sample incorporating the following: ASP.Net MVC RC1 (or 2) jquery modal form I would like the user to be able to click a ...
4
votes
3answers
2k views

jQuery simplemodal disable scrolling

I have more than 2000 pixels scrolling content on a page. If the user clicks a div a scrolling content pops up in a simplemodal window. Now my client wants to make the original page non-scrollable ...
4
votes
1answer
449 views

Basic Help with SimpleModal and ASP.NET

Integrating SimpleModal with ASP.NET I want to thank Eric for producing SimpleModal and compliment the demos. It looks fantastic.. I only wish I could figure out how to use it.. (it's me, I'm ...
4
votes
11answers
5k views

jquery simplemodal dynamic height

I'm using the simplemodal popup in jquery, and I would like to set the height of my popup dynamically depending on my content. Currently, it is fixed at 500. If I remove the height property, then it ...
3
votes
4answers
315 views

Why choose SimpleModal over jQuery UI Dialog?

New to Javascript/jQuery. I was looking for a good popup solution then I found the jQuery plugin SimpleModal, from Eric Martin, which seemed to be quite popular. I am curious as to why people would ...
3
votes
2answers
551 views

Howto load an external html form into Simplemodal OSX style dialog

Thanks for your jquery plug in. I know howto load an external html page into a simplemodal dialog with this code : var src = "form.html"; $.modal('<iframe src="' + src + '" height="430" ...
3
votes
2answers
630 views

JQuery SimpleModal crashing on close in windows w/ safari

I'm leveraging SimpleModal on a small thing I'm working on to open an iFrame and later close it. Says to post here if having issues so here I am. I'm having issues with the simple modal plug-in for ...
3
votes
3answers
6k views

How do you close a jQuery Simplemodal?

I want to close a Simplemodal window from a JavaScript function that gets called automatically after a form is submitted and the results recived (AJAX), using ASP.Net MVC. How do I close a jQuery ...
2
votes
1answer
16 views

JQuery, Chrome, Safari only, modal with scrolling copy and the scroll bars off. Need to stop the background from scrolling

I have a modal 500px by 500px with the scroll bars turned off on the body of the page. Inside the modal the copy is long and contains anchor tags. My problem is that when I click the anchor tags in ...
2
votes
1answer
65 views

SimpleModal confirmation and proceeding to original href

I've search and can't find a solution. Hopefully I'm overlooking something simple. What I'm after is a standard jquery confirmation, a la: $('.confirm').click(function(){ var answer = ...
2
votes
2answers
63 views

Simple modal relative to container div

I am using simplemodal (www.ericmmartin.com/projects/simplemodal/) in multiple locations for a site. I need to set some of these relative to the copy container div 1000px. Is this possible? Or can ...
2
votes
2answers
180 views

multiple jQuery simple modal boxes

How would you utilize the jQuery simple modal box, for multiple instances on one page, with unique content for each description?? Would I use the ".this" function? html: <div ...
2
votes
1answer
260 views

After preventing onClose with SimpleModal, default close control doesn't work

In a basic SimpleModal implementation, I use the onClose option to check for a dirty form state and prevent closing: .. function onModalClose() { if (this.dirty && ...
2
votes
4answers
194 views

How do I prevent an Iframe from re-loading when adding it to the document?

We are using the simplemodal jquery plugin to host an iframe as the contents of the dialog. Upon closing the dialog, simplemodal removes the dialog content (an iframe wrapped in a div) from the ...
2
votes
1answer
803 views

jQuery SimpleModal resize after AJAX request

I'm using the SimpleModal plugin to display a dialog on a site. Within that dialog I have two links that will perform AJAX requests and the response from those requests should replace the current ...
2
votes
2answers
1k views

f:setPropertyActionListener not working when simpleModal working

I have the next code: <h:commandLink value="#{bean.lastName}" onclick="$('#popDiv').modal(); return false;"> <f:setPropertyActionListener target="#{personController.person}" ...
2
votes
4answers
1k views

PDF in modal iframe renders blank in IE

EDIT 2 It appears that moving the object tag in the Dom is the cause of the problem. I added an iframe directly to the page and it works fine without any problems. However, when I move that iFrame ...
2
votes
1answer
509 views

jquery simplemodal plugin: popup that scroll with the page

Is there a 'valid' solution for the dialog to scroll with the scrollbar instead of still being fixed from the center of the inner window bound ? There is some situation where the user may have a too ...
2
votes
3answers
1k views

Using an iframe in jquery.simplemodal, the iframe reload when the popup is closed

var pt_popup_options = {}; function pt_popup_iframe(sURL, sOkFunction) { pt_popup_okfunction = sOkFunction; $("#pt_msgBox").css('width', '700px'); $("#pt_msgBox").css('heigth', '500px'); ...
2
votes
3answers
663 views

Is it possible to use SimpleModal with ASP.NET MVC

Is it possible to use SimpleModal (jquery plugin) with ASP.NET MVC. Since it has postback stuff init. thanx Owais
2
votes
2answers
5k views

Simple Modal in JQuery

Dear all, I am using SimpleModal in JQuery, and I have One Confirm Dialog ,If it is Yes , I have To Call my.php into This Dialog,However I done the code ,I still Searching Ideas, any help? ...
1
vote
0answers
17 views

simpleModal - ie8 - how to display google map

i use jquery simplemodal script to display a google map. but under IE8, doesn't display http://www.hotel-brasilia-riviera.com/v2/ In Contact window, google map button thanks for idea
1
vote
1answer
51 views

SimpleModal - scroll floated div

I am using jQuery SimpleModal in order to display product information. For this I have two divs which are to be shown in one modal dialog: The left div holds the product logo and some description ...
1
vote
1answer
101 views

tab order for links in a simplemodal dialog

I am using the excellent jquery.simplemodal dialog plugin to show a list of items. These items contain hyperlinks. It all works great except that the links in the modal dialog arent coming up as part ...
1
vote
1answer
51 views

simplemodal close function

I love the osx version of the simple modal. However, I would like to do some data editing in the opened modal box. Now when the user clicked outside of the modal, it'll close. So if the user ...
1
vote
0answers
31 views

External JS in simplemodal

Iam successfully loading an external html-code in a modal window. But there is a JS in this external code, which i need to execute. I do not know in advance, which JS comes with external code. So I ...
1
vote
1answer
182 views

Object doesn't support this property or method - jquery simple modal popup

My code runs as follows, <script src="../../Content/js/jquery.simplemodal.js" type="text/javascript"> </script> <script src="../../Content/js/jquery.js" ...
1
vote
1answer
170 views

JQuery Autocomplete inside SimpleModal

I have a simple textbox with JQuery autocomplete inside a div on which I use SimpleModal to make a modal dialogue. The first time the modal dialogue is called, the autocomplete works fine. After the ...
1
vote
1answer
70 views

Jquery SimpleDialog not loading

I am working with Jquery simpleDialog. I am watching fidler and it is telling me that it is loading the js files successfully. I reference the files correctly in my view and I make correct calls. I ...
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
1answer
221 views

simple modal login plugin

I already have a modal window for login using simple modal login,I need to have another modal window in the same page when a link is clicked to create account,which will also be a modal window.How can ...
1
vote
1answer
224 views

Simplemodal - how to set focus on an element in onShow function

I thought it is going to be simple. Just ... onShow:function(dialog){ dialog.data.find("input#myInput").focus(); } ... but it doesn't seem to work. Is there a conflict with SimpleModal's ...
1
vote
1answer
704 views

Rails 3 - Simplemodal pop up with forms

I am trying to use Simplemodal as a pop up box on an index page and put a form to add a new user inside it. It's not working, says there is an undefined method. How do I make this work? Does it have ...
1
vote
1answer
457 views

jquery simplemodal 1.4.1 dynamic height - viewport toolbar bloat

Please could kindly give me a bit of advice? I have a problem with scrollbars going awry! I’ve tried my concept in a variety of browsers before realising that I was suffering a viewport problem and ...
1
vote
1answer
346 views

jQuery plugin SimpleModal body onclick close not working

I'm having problems getting the SimpleModal jQuery plugin to close when the body is clicked. So far, only the 'X' button works to close it with: $('a.modalCloseImg').hide(); Here is my code for ...
1
vote
2answers
884 views

IE hanging on js errors

The page hangs for a long time in IE but Chrome/FF power right through it. Here's the page in question http://174.120.239.48/~peakperf/ ============= Webpage error details User Agent: Mozilla/4.0 ...
1
vote
1answer
440 views

Draggable SimpleModal Popup

For Jquery Eric Martin's SimpleModal 1.4.1 I'd like the popup to be draggable so I tried this $('#basic-modal-content').modal({ onShow: function(dialog) { ...
1
vote
3answers
859 views

JQuery SimpleModal popup opens only once per page (firefox)

I'm using Eric Martins SimpleModal JQuery plugin to display nice and simple modal popups. However I've run into the problem recently where I am unable to open up any popup more than once per page. I ...
1
vote
1answer
169 views

Concurrent call to a simplemodal object

I have to make a function concurrent to multiple open/close modal requests. For exemple: When i call showAjaxLoading(true), it's showing the modal, and showAjaxLoading(false) it's disposing the ...
1
vote
0answers
471 views

simplemodal dialog scrolls page to top in Mobile Safari on iPad

I am using simplemodal on a page for inline editing of records in a table. Everything works perfectly in desktop browsers, but on the iPad (where it will be used heavily), bringing up the dialog ...
1
vote
3answers
216 views

jquery simple modal help on window load

I'm trying to something like this if in the html there is a div called "#super" load it in the simple modal if not do nothing. I managed to do this with the my skill :D which is none: to load the ...
1
vote
1answer
288 views

How do I change the innerHTML in a dialog in SimpleModal?

I'm using the beforeSubmit function of the jQuery form pluggin in order to close a modal dialog, and I want another one to popup after-wards with the result of the form being submitted, so I put ...
1
vote
2answers
1k views

jQuery SimpleModal plugin - open onLoad

I want to use the SimpleModal Confirm Override functionality and modify it so it is activated onLoad of a page. Can someone please assist? Here's the link to the SimpleModal demos page website. ...
1
vote
2answers
630 views

Simplemodal multiple dialogs

I'm using the jquery simplemodal plugin, but i'm not sure that with this plugin is possible open a simplemodal dialog from another simplemodal dialog. Someone knows is it possible? Thanks, Lucio
1
vote
1answer
472 views

How to delete data in SimpleModal each time a modal window is closed

I am using Eric Martin's SimpleModal plugin 1.4.1 with JQuery 1.4.2 to display basic form in a modal window. The form has 2 JQuery UI Datpicker elements. Everything works as intended (I think). The ...
1
vote
2answers
423 views

SimpleModal breaks when .modal.close(); exists in script

I'm using SimpleModal in a SharePoint ContentEditorWebPart and it works great. However, I want to programatically close the window. I've tried different variations of the solution proposed here using ...
1
vote
2answers
179 views

Rails partials and Simplemodal jQuery plugin

first of all sorry for the title, couldn't think of anything real descriptive. So here's the thing: I have a site (kinda social-network) that have to list contact cards (little personal cards, with ...
1
vote
2answers
759 views

SimpleModal - closing iframe with close button

So I've searched around and I couldn't find a definitive answer. I want my iframe to have a close button so that users can click it instead of going with the ESC key to close the SimpleModal ...

1 2 3 4 5 7