This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
cannot open another popup in popupafterclose: function() #4968
Closed
Description
I want to open new popup after closing one popup.
$( "#popupSetDate" ).bind({
popupafterclose: function(event, ui) {
calculations();
}
});
function calculations() {
$( '#popInvestmentType' ).popup( 'open', {
theme: "a",
positionTo: event.target,
transition: "none"
});
}
but another popup is not working. n not opening