simplemodal
jQuery SimpleModal: two different modal contents in the same page
I\'m using Eric Martin\'s SimpleModal, and I need to have two links in index.html pointing to two different modal windows.[详细]
2023-02-19 16:34 分类:问答SimpleModal - Calling "modal()" on the same element
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:[详细]
2023-02-19 00:46 分类:问答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 con[详细]
2023-02-16 05:29 分类:问答SimpleModal does not size properly with initial load
I currently have a generic image loader using simplemodal. $(\'#clickMe\').click(function(){ 开发者_Python百科$.modal(\"<div><img src=\\\"someimage.jpg\\\" /></div>\");[详细]
2023-02-16 03:24 分类:问答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/[详细]
2023-02-15 14:38 分类:问答How can I use SimpleModal to confirm before going to a URL in a select list?
I have a form like this: <select> <option value=\"page1.html\" class=\"confirm\">Page 1</option>[详细]
2023-02-14 12:46 分类:问答Reload parent page when modal box closes
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[详细]
2023-02-14 12:01 分类:问答jQuery simplemodal plugin: the method close() is causing error
when trying to close the simplemodal dialog, as I see in the plugin\'s website examples, it is done by calling[详细]
2023-02-13 16:00 分类:问答Running Javascript inside a simplemodal window
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.[详细]
2023-02-12 02:20 分类:问答Using simplemodal with wordpress
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[详细]
2023-02-10 18:04 分类:问答