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
Original issue reported on code.google.com by
viprasha...@gmail.com
on 11 Jul 2012 at 6:56