when learning Bootstrap:
http://www.runoob.com/try/try.
this
<button class="btn btn-primary btn-lg" data-toggle="modal" data-target="-sharpmyModal">
</button>
Click the button and the modal box pops up. Which variable does it use to make the modal box pop up?
I want to enter the page and modal directly pops up if that variable doesn"t exist, instead of clicking the button and popping up again.