Bootstrap Modal - it looks pretty nice and nifty and I've seen great solutions... but I need help.
Following task: I am about to use Bootstrap 3.0 for an eCommerce template. So I'll have a lot of "popups" which were done before with a javascript lightbox same as the product photos. Now I want to use the modal boxes, but I have trouble with re-using them.
There will be a need of several ones with different content (product photos, shipping costs, login, and more), I've read about reusing the modal box and was finally able to change at least the content somehow but never header or footer. For example the shipping information are coming from a php page and i don't want to get this on every page loaded.
Is there a (simple?) way of loading contents into a modal box and still using it for different tasks? I have no problem with placing one empty modal div at the bottom of the page, but can't have 4 or more modals loaded "for good" every time? Please give me an advise.