Bootstrap Search Box with Additional Filters – 2 Examples

bootstrap search style

The search box using Bootstrap In this post, a search box based on Bootstrap is created along with additional filters in the dropdown. By default, only the textbox to enter the search term with a button is displayed. There is a dropdown option towards the right corner of the search box that allows filtering the … Read more

23 Bootstrap header layouts: make header menu easily

bootstrap header left

The header layouts using Bootstrap framework In this post, I am going to share an excellent plug-in that works with Bootstrap for creating the header menu for your website. It includes 23 free templates that you may choose as per the need of your web project. The free code is included by the developer that … Read more

Bootstrap Validation with Custom Error Message by using jQuery

bootstrap validate eror message

Form validation in Bootstrap In HTML 5, the default form validation is done for the fields marked with the required attribute. It will even check the email format for the field specified as type=”email” with the required attribute. However, the message is basic and displayed as: “Please fill in the field” Where the specific field will also … Read more

Bootstrap 3 Panels: Simple and Collapsible 5 Examples

bootstrap panel contextual

The panel component in Bootstrap The panel, which is a built-in component in Bootstrap, can be used to present content in a box. You may specify different styles for panels by using various built-in classes. The panel may contain the heading for a content box while you may add content below it within that panel. … Read more

Simple and Floating Bootstrap Labels in Form Elements

bootstrap label floating

How to create labels in Bootstrap The labels are generally used with the form fields like textboxes, textarea, checkbox, etc. for showing the purpose of that field. While using the Bootstrap framework, the labels are styled automatically which you may customize as well. See the following section for learning how to create simple and floating … Read more

Create Bootstrap 3 Progress bars: 6 Demos

bootstrap progress bar animated

The progress bar component in web pages You may need progress bars on web pages for different reasons, for example, showing the progress of uploading a file and letting the user know by way of progress bar that shows the percentage of the file being uploaded. Update: Bootstrap 5 Progress bar tutorial is live. Similarly, … Read more

Bootstrap accordion with toggle button: 3 demos

bootstrap accordion

The Bootstrap accordion In this tutorial, the accordion in Bootstrap is created by using the panel-related classes along with the collapse class; these are built-in Bootstrap framework classes. In addition, the toggle icon is also added on the panels of the accordion to open and collapse the content of the accordion. Setting up Bootstrap for … Read more

A pure CSS / Bootstrap notice card: 2 templates

Bootstrap notice card

The Bootstrap notice cards The notice card is like a typical yellow or other colored paper that you may stick as a reminder of some task or to write an important note and stick it to some easily “noticeable” place. You may use notice card in websites for a special note to the users or for any … Read more

A free Bootstrap Product Listing Template with HTML and CSS

Bootstrap product responsive

The product listing template based on Bootstrap In this post, the Bootstrap classes are used along with custom CSS for creating the product listing page for an e-commerce website. The features include displaying the product image along with optional “Special” or Hot” etc. tags. A small product description along with its category is also displayed. … Read more

A Bootstrap 3 Pricing Table Free Template with CSS

Bootstrap price table CSS

The pricing table template using Bootstrap In this tutorial, a pricing table using Bootstrap and custom CSS is created where you may display the product name or some heading, its features with the flexible number of lines, prominent display of price within a circle for each product or service by using CSS3, etc. At the … Read more

Add hover effect in Bootstrap nav by jQuery: 4 demos

Bootstrap hover nav

The hover effect in Bootstrap navs This is highly likely that you will use navigation menu whether it is a top, left or right menu as using the Bootstrap framework or any other website that contain links to the main pages, categories etc. Adding cool hovering effects as a user brings the mouse over any … Read more

A Bootstrap shopping cart plug-in using jQuery with a live demo

Bootstrap shopping cart

Shopping cart in Bootstrap Bootstrap has many built-in components and a lot of developers are working to develop different web components with the increasing popularity of Bootstrap. In this tutorial, I am going to show you a shopping cart component that uses Bootstrap and is developed by using jQuery. This jQuery plug-in can be easily … Read more

A touch keyboard using Bootstrap with jQuery: 5 demos

jQuery keyboard customized CSS

The touch keyboard for Bootstrap In this tutorial, a jQuery plug-in is used for creating keyboards of different types like a general QWERTY keyboard, for entering telephone, passwords, etc. for touch screen devices like smartphones. In order to implement that in your website, you need jQuery and Bootstrap version 3+. The plug-in uses Bootstrap’s popover … Read more