Toggle Buttons: The buttons that can change from one state to another, i.e. which can be toggled from on state to off state or vice-versa… Read More
Tag Archives: Bootstrap-Misc
The data-toggle is an HTML-5 data attribute defined in Bootstrap. The advantage of using this is that, you can select a class or an id… Read More
The task is to display a spinner on the page until the data response from the API comes. We have taken bootstrap spinner to show… Read More
The display: inline-block; is a layout property in CSS that does not add a line break after the element. As a result, the elements can… Read More
Twitter Bootstrap makes extensive use of specific classes to achieve all the various kinds of functionalities. To hide elements on any arbitrary screen size, you… Read More
Cascading Style Sheet(CSS): CSS is developed by Hakon Wium, Bert Bos, World Wide Web 17 December 1996. It is a language used to describes how… Read More
Modal Closing Event in Twitter Bootstrap | Set 1 Prerequisite Knowledge: Bootstrap 4 | Modal Twitter Bootstrap’s modal class offer a few events that are… Read More
Bootstrap: Bootstrap was developed by Mark Otto and Jacob Thorton at Twitter in August 2011. It is an open-source framework that is used for design… Read More
The PDO (PHP Data Objects) defines the lightweight, consistent interface for accessing databases in PHP. Approach: Make sure you have XAMPP or WAMP installed on… Read More
Bootstrap card provide us a lot of functionality that we can play around. We can also make them responsive and also of fixed size all… Read More
Adding Bootstrap to your Angular application is an easy process. Just write the following command in your Angular CLI. It will add bootstrap into your… Read More
All modern web application uses alerts to show messages to the user. These alerts have a close button to close them or can be closed… Read More
It is very easy in Bootstrap to align items left and right by using the bootstrap classes. By default, it sets to left. If you… Read More
By using the alert JavaScript plugin, it’s possible to dismiss any alert inline. Make sure, you have loaded the alert plugin, or the compiled Bootstrap… Read More
The problem is fade the color of the button from btn-primary class to btn-success. This requires us to add transitions as well as add btn-success… Read More