-
as seen on Stack Overflow
- Search for 'Stack Overflow'
All,
I need to get the contents below on a modal window.I had been trying this for a while today.
On modal window opened the background body contents are not accessible.and on reload page the modal popup should close down leavinfg the contents of the text area as it is.
<a href="" id="link">Open…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a html table with a column per row with this html code inside the tags:
<a onclick="modalDialog(this); return false;" href="javascript:void(0)">17795</a>
<div style="display: none;" class="MessageDataDiv">
some text to show up in my jquery modal window when function…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using jQuery UI dialog for modal popups. I have some iframes in my page as well. The iFrame (z-Index = 1500) sits on top of the parent page (z-index =1000). I open the modal dialog from the parent page. I am trying to set the z-index using $('modal').dialog('option','zIndex',3000); but this…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to use a autocomplete combobox http://jqueryui.com/demos/autocomplete/#combobox within a modal dialog. However whenever I click on the down arrow (of the combobox) it causes a refresh that results in my modal window closing.
How do I stop the refresh from occuring? (I am still new to jQuery)
I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a jQuery modal dialog with a button. When clicked, it closes the current dialog and open another modal dialog.
This works fine in FF and IE, but in Chrome I lose the dimmed main page after the first dialog and the second one is opened. It looks like the CSS isn't applied anymore?
I'm using…
>>> More