Search
 
SCRIPT & CODE EXAMPLE
 

HTML

one side toggle in bootstrap

<p>
  <a class="btn btn-primary" data-toggle="collapse" href="#multiCollapseExample1" role="button" aria-expanded="false" aria-controls="multiCollapseExample1">Toggle first element</a>
  <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#multiCollapseExample2" aria-expanded="false" aria-controls="multiCollapseExample2">Toggle second element</button>
  <button class="btn btn-primary" type="button" data-toggle="collapse" data-target=".multi-collapse" aria-expanded="false" aria-controls="multiCollapseExample1 multiCollapseExample2">Toggle both elements</button>
</p>
<div class="row">
  <div class="col">
    <div class="collapse multi-collapse" id="multiCollapseExample1">
      <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>
  </div>
  <div class="col">
    <div class="collapse multi-collapse" id="multiCollapseExample2">
      <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>
  </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: type button on form 
Html :: pyscript 
Html :: puppeteer html custom attribute 
Html :: HTML <ins 
Html :: bootstrap color a div 
Html :: asp.net mvc go to page 
Html :: html entity for $ 
Html :: card decks bootstrap 4.5 
Html :: html text color 
Html :: bootstrap slider 
Html :: html relative path go back one directory 
Html :: how to do anchor in jupyter notebook markdown 
Html :: html form tag 
Html :: twig form row label 
Html :: detailed list html 
Html :: date tag html 
Html :: how to add html in svg d3 
Html :: delete html file from git 
Html :: type time html returns 24 hour time change to 12 hour 
Html :: ONLINE VIDEO CALL FOR MY WEBSITE CODE 
Html :: source html 
Html :: sample html template 
Html :: link a hyperlink from different folder 
Html :: html span 
Html :: fil text are with select html textarea 
Html :: jokes 
Html :: youtube download video html 
Html :: cron job visit url each 15 min cpanel 
Html :: nativescript scrollview full height 
Html :: Remover Acentos 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =