Multiple Bootstrap Modals one after another. Is it possible?
问题 I am new to bootstrap. I have a situation where I have to Show a Bootstrap Modal, When I click any button on that Modal I'll have to show another modal below that 1st Modal (Not Stackable). If I close the 1st Modal 2nd Modal has to go up to replace the position. Is it possible ? I tried to Show a Bootstrap Modal, and when I click any button I am setting modal height to sit next to the 1st modal. But That uses constant height value. if I change browser/computer it causing me problems. Any help