I have two modal boxes on same page whose content will also be loaded by partial once the main page loads. Ids are different for those modals. but wen I open one modal and open second one, Am getting 1st modal's content in second one. Do we need any configuration for this?
Asked
Active
Viewed 79 times
0
-
I think you can utilize this - http://jschr.github.io/bootstrap-modal/ – Nimmi Aug 20 '14 at 10:13
1 Answers
0
Bootstrap itself doesn't support this. You'll need extra custom code:
Overlapping modals not supported
Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.

cvrebert
- 9,075
- 2
- 38
- 49