lw-bobbimartin / simplemodal

Automatically exported from code.google.com/p/simplemodal
0 stars 0 forks source link

onClose event is not called on cancel click in simple modal...? #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am using simple modal (1.3)to show some dynamic data (table) this table is 
clickable (when i click cells of table which i am showing on simple modal) , I 
am showing another popup jquery dialog which is also showing some 
content.....Now the problem occours.
 After my 2nd popup (jquery dialog) when i am closing my simple modal window onClose event is not called and not closing modal window.
     // little code
(1st popup)         $("#eric").modal({
                    onShow: function(){alert("show");},
                    onClose: function(){alert("close ");
                    $.modal.close();    
                    }
                   });
(2nd popup over ist popup)        $("#jqueryDialog").dialog({
                                  //some dynamic data ajax call
                                   });

Original issue reported on code.google.com by viprasha...@gmail.com on 11 Jul 2012 at 6:56

GoogleCodeExporter commented 9 years ago
Please sort out this issue i had already spent two days to get rid of this but 
still stucked....Thanks.

Original comment by viprasha...@gmail.com on 11 Jul 2012 at 6:57