forum

Home / DeveloperSection / Forums / Close Modal form

Close Modal form

Ailsa Singh 1132 06-May-2017

Hi

 I have below code but it is not working. After closing msgmodal i want to close 'myModal'. Please Help. 

success: function (result) {
                    if (result.success) {
                        $("#msgModalBody").html("Record Successfully Saved ?");
                        $("#msgModal").modal('show');
                        $("#myModal").modal.close();
 
                    }
                },

Thanks


Updated on 06-May-2017

Can you answer this question?


Answer

1 Answers

Liked By