0
votes
1answer
28 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 …
0
votes
3answers
25 views
Simplemodal with IE and Iframe
First of all thanks to Eric MArtin for SimpleModal.
I've started using it developing in mac environment. When i loaded to my hosting server and then checked the results in IE, the overlay completely …
0
votes
1answer
35 views
Modal login form how to fit it in my current login form?
Hello all,
Can somebody please explain me how this code fit in to my current login form?
This is the Modal code:
<!-- #dialog is the id of a DIV defined in the code below -->
<a …
0
votes
1answer
40 views
css background doesn’t stretch with modal box content.
Hello,
I have changed a css file for a modal login window/popup. The problem was that when I used the login form, I have some scrollbars at the under and on the right side. I came up with the idea to …
0
votes
3answers
38 views
SimpleModal Confirm fails to submit form
I'm trying to use jQuery SimpleModal Confirm to show a Yes/No confirmation when a form is submitted.
I had modified the demo here (last in list), as follows, to catch and block the form submission.
…
1
vote
1answer
22 views
jQuery SimpleModal plugin: how to overwrite ‘alert’ messages
Is it possible to overwrite 'alert' messages like this plugin overwrites 'confirm'?
0
votes
0answers
30 views
Modal popup File Upload
Hi,
I use Eric martin's contact form modal popup in one of my personal projects. I wish to add file upload to it, however when I try to get the file, I'm able to view the file. I'm pretty much new …
0
votes
1answer
38 views
SimpleModal jquery with 2 html forms
Hello,
I've been working with Eric Martin's SimpleModal with success, but now I had to add a new html form to my page and it stopped working, the content of the modal is not appearing.
Do you have a …
0
votes
1answer
22 views
jquery simplemodal: move #simplemodal-container to 0,0 for printing?
Our simplemodal alert div needs to be printable. The content itself should fit on the page fine in most cases, but I can't override the positioning in my print css to get it flush top/left for …
0
votes
1answer
53 views
jQuery ColorBox confirm override modal dialog?
How would I use ColorBox to create a 'confirm override' modal dialog that can interupt a form submission until 'yes' is clicked.
Simple Modal has a similar function, but I much prefer colorbox's …
1
vote
2answers
57 views
How to get a callback working with SimpleModal
I've been unable to catch the onclose from within simplemodal. please give me a hand if you can as i'm new to jQuery...
<a href="http://url/" onclick="$(this).modal({width:833, …
0
votes
3answers
264 views
Content within Floating Window using jQuery SimpleModal plugin cannot be replaced after opening twice in IE8
Hi all
I am using SimpleModal plugin for showing dynamic content within a floating window. On this floating window a Javascript function call has been included (on a click event), which is changing …
0
votes
1answer
41 views
JQuery Simplemodal and Tabs Help Needed
Hi,
I've got an asp.net page containing a Textbox with an Autocomplete extender on it.
It's setup so the user can type a short reference code into the textbox and then choose from the list of matching …
0
votes
4answers
94 views
Simple Modal issues - Multiples, Disappearing Content
I'm a jQuery newbie and have rigged Simple Modal to allow me to have more than one modal on a page by doing this in my script:
$('input.basic, a.basic').click(function (e) {
e.preventDefault();
…
0
votes
6answers
248 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 …
