How to display a new modal window hiding the previous one?
问题 Using tympanus.net modals (with greats animations) is easy to delete the backdrop div ( <div class="md-overlay"></div> )letting me interact with menu items behind my modal but I don't know how to display just one modal at time as when I open a new one the previous still there and the new appear over it. Everything is controlled from a class .md-show which is applied to the called modal. I think what I need to do is delete all .md-show class applied before opening a new one with this same