bootstrap
Posted in
217
1:34 am, December 4, 2020
bootstrap toggle element collapse
the example code for toggling elements, show and hide
bootstrap toggle element collapse Demo
View Demo Full Screen View Demo New Tab
bootstrap toggle element collapse Code
HTML
<p>
<a class="btn btn-primary" data-toggle="collapse" href="#collapseExample" role="button" aria-expanded="false" aria-controls="collapseExample">
Link with href
</a>
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
Button with data-target
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
</div>
</div>
External Link for bootstrap toggle element collapse
Add Comment
Other Items in bootstrap
Related Search Terms
Other Categories in Code
php functions
php functions
php functions