I am using Bootstrap 3 and I have a busy page. The modal content is loading with the page, no matter if the user clicked the button to open the modal or not. I want to save resources because this modal content is really big and busy, and my goal is to load specific Bootstrap Modal content only after clicking the button to open this modal.
How I can do this?
Thanks in advance.