programmatically show modal boostrap
$('#myModal').modal('show');
programmatically show modal boostrap
$('#myModal').modal('show');
open modal on card click bootstrap
<!-- Trigger the modal with a button -->
<button type="button" class="btn btn-info btn-lg center-block" data-toggle="modal" data-target="#myModal">Open Modal</button>
<!-- Modal -->
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header card-header-title">
<h4 class="modal-title card-element-title">pick your locker side</h4>
</div>
<div class="modal-body">
<div class="card-content clearfix">
<div id="A" class="card left-half">a</div>
<div id="B" class="card right-half">b</div>
<div id="C" class="card left-half">c</div>
<div id="D" class="card right-half">d</div>
</div>
</div>
</div>
</div>
</div>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us