I have a button, like so:
<a data-toggle="modal" href="#influencerModal" class="btn btn-primary influencer-card">Influencer Profile</a>
When I click it, I want the modal to not open, so that I can ajax some content into it, then manually open it with .modal()
.
Not seeing many helpful items online about this idea of stopping it AFTER the button to open it has been clicked.
Any questions, just ask below.