Bootstrap Modal: Closing Current and Opening New with Remote Content
I was creating Sign Up and Login Modals whereby users could toggle between them as they wish. Both of the contents are remote and they get loaded into the same modal, called #myModal. Bootstrap has a load remote content using the href like this example. However, in my project, I wanted to use the same […]