Skip to content
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
@RahulLamkhade

Description

@RahulLamkhade

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions