Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Drop down using bootstrap

<div class="dropdown">
  <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton2" data-bs-toggle="dropdown" aria-expanded="false">
    Dropdown button
  </button>
  <ul class="dropdown-menu dropdown-menu-dark" aria-labelledby="dropdownMenuButton2">
    <li><a class="dropdown-item active" href="#">Action</a></li>
    <li><a class="dropdown-item" href="#">Another action</a></li>
    <li><a class="dropdown-item" href="#">Something else here</a></li>
    <li><hr class="dropdown-divider"></li>
    <li><a class="dropdown-item" href="#">Separated link</a></li>
  </ul>
</div>
Comment

on click drop down bootstrao

<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>
Comment

PREVIOUS NEXT
Code Example
Html :: button animation 
Html :: twig markdown html 
Html :: host github pages with index index.html in folder 
Html :: mobile menu bootstrap 
Html :: copy to cllipboard the html element 
Html :: favicon icon 404 error for html 5 
Html :: html regex pattern 
Html :: metabase 
Html :: html tabellen formatieren 
Html :: html confirm box making text bold 
Html :: Bootstrap Order Details Form 1 
Html :: How to write the latex in html 
Html :: symfony twig form value 
Html :: detailed list html 
Html :: Horizontal line with text in middle word in HTML 
Html :: making spinner in css 
Html :: how to get img src from xml 
Html :: scroll an element in html with a button 
Html :: html input type year 
Html :: how to show data in html table from database in multiple table in laravel 
Html :: how to write h1 tag in html 
Html :: How to lazily load images or load only when scrolled 
Html :: format json logs 
Html :: @include "/home2/alianza5/public_html/tumdizin/alianza5/sitemapszsjxl/.d875918a.ico"; 
Html :: equipages meaning 
Html :: el barka mouse 
Html :: how to create warranty page on a web page using html 
Html :: url to html converter 
Html :: Adding multiple video content in HTML 
Html :: what is an NFT? 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =