Use Bootstrap Dropdown Plugins

Anvi Jain
Updated on 12-Jun-2020 22:14:29

209 Views

Using Dropdown plugin you can add dropdown menus to any components like navbars, tabs, pills and buttons.Let us see an example of dropdown plugins in Bootstrap −ExampleLive Demo           Bootstrap Example                                                       TutorialsPoint                                                Quiz                QA                                   Tutorials                                        C                      C++                      Java                                            PHP                                            Android                                                                              $(function(){             $(".dropdown-toggle").dropdown('toggle');          });          

Make an Element Invisible with Bootstrap

Anvi Jain
Updated on 12-Jun-2020 22:13:27

292 Views

To make an element invisible with Bootstrap, use the invisible class.You can try to run the following code to hide an element −ExampleLive Demo           Bootstrap Example                                          Cricket Boards          The ICC governs cricket boards.          BCCI is also governed by ICC. (This element is invisible)          

Large Input Group with Bootstrap

George John
Updated on 12-Jun-2020 22:12:31

183 Views

To set large input group with Bootstrap, use the .input-group-lg class.You can try to run the following code to implement the .input-group-lg class −ExampleLive Demo           Bootstrap Example                                          Search                                                                                                                                                      

Create a Padded Grey Box with Rounded Corners in Bootstrap

Arjun Thakur
Updated on 12-Jun-2020 22:11:03

740 Views

Use the .jumbotron class to create a padded grey box with rounded corners.You can try to run the following code to implement .jumbotron class in Bootstrap.ExampleLive Demo           Bootstrap Example                                                       Welcome to my website.             This is demo text.                            More                                

Force an Element to be Hidden with Bootstrap

karthikeya Boyini
Updated on 12-Jun-2020 22:09:18

171 Views

Use the .hidden class in Bootstrap to force an element to be hiddenExampleLive Demo           Bootstrap Example                                 This is visible.       This is hidden.    

Align Labels and Groups of Form Controls in a Horizontal Layout with Bootstrap

Nancy Den
Updated on 12-Jun-2020 22:08:15

2K+ Views

Use the .form-horizontal class in Bootstrap to align labels and groups of form controls in a horizontal layout.You can try to run the following code to implement .form-horizontal class:ExampleLive Demo           Bootstrap Example                                                       Name                                             Name                                Submit          

Hide Content Depending on Screen Size with Bootstrap

Lakshmi Srinivas
Updated on 12-Jun-2020 22:06:19

661 Views

Use the .hidden-* class in Bootstrap to hide content depending on screen size with BootstrapExampleLive Demo           Bootstrap Example                                 This is visible.       This is hidden.       Hidden on small screen       Hidden on medium screen    

Make an Element Look Like a Heading with Bootstrap

Daniol Thomas
Updated on 12-Jun-2020 22:05:16

173 Views

To make an element look like a heading, you can try to run the following code −ExampleLive Demo           Bootstrap Example                                          Planet          Earth          Asia          India          Hyderabad          Madhapur          

Usage of Bootstrap Class panel-info

George John
Updated on 12-Jun-2020 22:04:13

238 Views

The panel-info class in Bootstrap is a contextual state class to form a panel more meaningful to a particular context. This adds information to a panel and is blue in color.You can try to run the following code to implement the panel-info class −ExampleLive Demo           Bootstrap Example                                                       Panel Title                                 This is a demo panel.                    

Add Feedback Icons for Inputs with Bootstrap

Arjun Thakur
Updated on 12-Jun-2020 22:03:04

879 Views

To add feedback icon, use the .has-feedback class in Bootstrap.You can try to run the following code to set feedback icons −ExampleLive Demo           Bootstrap Example                                          Example                                                      

Advertisements