In general term, the word collapse is a view of hierarchy so that only the roots of each branch are visible. It is widely used to manage large content and navigation lists on the website. We can easily create collapsing division within a webpage which is used to build accordion navigation, content boxes etc. also …
Bootstrap Plugins
Bootstrap Affix Plugin
The Bootstrap affix is a navigation attached to the content on the same webpage. By using this plugin, we can create fixed positioned element and toggles it’s pinning on and off. It can be used to jump to a certain section in the document and it will reflect which part of the content the user …
Bootstrap Button Plugin
The button is used for creating button control which defines clickable action. The buttons are integral part of HTML which selects the elements that are of type button. The buttons are used for various purposes such as submit button, reset button etc on a web page. It is often used with form element, can be also used …
Bootstrap Scrollspy Plugin
The scrollspy is a navigation mechanism which checks scrollable area on webpage and activates a link to inform where the scrollbar is situated in a list. It automatically update targets on navigation bar based on scroll position. If we have different sections of a page which contain large amount of data, then we can use links …
Bootstrap Tab Plugin
This tutorial highlights the use of Bootstrap tab plugin for the navigation. In general, the term tab allows for the user to access different parts of the menu or webpage. We can create dynamic tabs by clicking on tabbable areas or navigation panes to navigate to contents on the webpage. The most often used navigation …
Bootstrap Modals
Bootstrap Modals are basically dialog box which are created using custom jQuery plugin. Modals are streamlined, dialog prompts which will have content from an outside source to indicate important information to the user to take necessary actions before moving on. A modal is often called as child window which is used as a window to …
Bootstrap Dropdown Plugin
The Bootstrap drop down menu is sometimes referred to as pull down menu or drop down list which appears when clicking on a button or text selection which allows the user to choose a single value. A drop down list can be used to display large list of options where only one option is displayed …
Bootstrap Plugins
Bootstrap provides bundle of plugins which specifies more functionality and adds more interaction to website by using Bootstrap’s individual *.js files or using bootstrap.js and minified bootstrap.min.js files at once. If we include individually then, we have to check for dependencies in the docs. also read: Bootstrap Setup Bootstrap Typography Bootstrap plugins includes following forms: …