Select Dropdown with Hierarchy by using jQuery

Bootstrap select hierarchy

By using the hierarchy-select jQuery plug-in, you may create a dropdown with options in the hierarchy. Normally, the select dropdown displays options in the same order as provided. This plug-in allows presenting the options in a hierarchal way and is implemented with the Bootstrap framework. You have to use a few data attributes to define … Read more

31 Animated Bootstrap Popovers and Modals by velocity.js

bootstrap popover animated

Creating animated modal and popovers with Bootstrap and velocity.js I have covered a number of plug-ins for creating simple and advanced modal windows that are based on Bootstrap framework. You can read by visiting the links below: Creating simple modals by using Bootstrap framework is written here. A nice jQuery plug-in (bootstrap3-dialog) is also covered … Read more

Bootstrap Sidebar Navigation Component

bootstrap sidebar slide

Creating responsive sidebar sliding menu bar in Bootstrap In this post, I am going to share a nice and simple sliding menu bar that slides from left to right. As you click the typical three horizontal lines of “mobile icon”, the menu will open in a sliding manner. As it opens, a cross icon will … Read more

Bootstrap / jQuery image upload preview plug-in

jquery image upload preview

The image upload plug-in If you require enabling your visitors to upload image files through web forms and before uploading the image, preview it then img-upload plug-in can be the right choice. The bootstrap-imageupload is a jQuery based plug-in that is implemented with Bootstrap framework. You may also use it independently if your website is … Read more

Bootstrap 3 Scrolling Tabs by using jQuery Plug-in

bootstrap tabs scroll

The Bootstrap default tabs vs scrolling tabs In the Bootstrap tabs tutorial, I showed a few demos of creating tabs by using built-in classes of the Bootstrap framework. If you look at the demos by squeezing the screen (if look at it on large screens), then you can see the tabs will wrap and may … Read more