var pt_popup_options = {}; function pt_popup_iframe(sURL, sOkFunction) { pt_popup_okfunction = sOkFunction;
I am trying to create a \"simple\" modal type of operation.When a user clicks on an image it opens a mask over the screen (done that) and displays the image (can\'t do that).This is ment to be very si
From my jsp I have something like <table> <tr> <td>${event.name}</td> <td>${event.type}</td>
first thanks for it, i searched for a lot of modal forms and yours seems to be the easier to use and modify
Hi I am trying to use the Simple Modal plugin working, but when I click the link, the dialog box comes and goes away quickly. I am just trying to get a simple dialog running as shown in http://www.eri
I\'m trying to dynamically change the background image of a div inside of a modal popup window.I first tried it with simplemodaland now I am trying it with the jqueryui dialog box.I can\'t get it to w
I am using Simple Modal, the OSX style version. I have two calls to the modal and therefore two versions of content. When either of the buttons is clicked it selects only the first lo开发者_运维技巧t
I am using Simple Modal with asp.net MVC. I have set it up using the OSX demo, which loads a view into the dialog.
I have a asp.net webform. There\'s a few fields on the form that the user will fill out. There is a hyperlink that op开发者_如何学JAVAens a modal window (I\'m using jquery & prettyphoto, but may s
I\'m using Eric Martin\'s sweet \'simplemodal\' jQuery plugin. It works wonderfully and would recommend it to anyone looking for a lightweight jQuery-based modal dialogue solution.