I\'m using Eric Martin\'s SimpleModal, and I need to have two links in index.html pointing to two different modal windows.
I have one page which I want to have in it few instances of modal windows implemented by SimpleModal. The exact scenario is as follows:
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 con
I currently have a generic image loader using simplemodal. $(\'#clickMe\').click(function(){ 开发者_Python百科$.modal(\"<div><img src=\\\"someimage.jpg\\\" /></div>\");
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/
I have a form like this: <select> <option value=\"page1.html\" class=\"confirm\">Page 1</option>
I am using the jquery simplemodal plugin to popup a modal box and display a form I want to bind an event to the window close that reloads the par开发者_如何学Pythonent page.or
when trying to close the simplemodal dialog, as I see in the plugin\'s website examples, it is done by calling
I\'m trying to add scripts to a modal (simplemodal) jquery plugin but they won\'t run, is this functionality simply not available when running in the modal or am I missing something.
I am trying to use simplemodal to have modal popups with text in wordpress posts. I\'ve played around with various plugins but they have specific uses (such as the contact form, or another one I saw t