Bootstrap 5 Form Validation

validation-radio-check

Bootstrap 5 enables custom styles by using HTML 5 form validation. Besides, you may also provide feedback/tips to the users via browser default behaviors as well as JavaScript.

Bootstrap 5 Select

BS5-select-sizes

The select is an HTML element to get the user input in the form of a dropdown list. Most often, the select is used in the HTML form. Bootstrap 5 provides built-in classes to design/style the HTML select for control

Forms in Bootstrap 4

Bootstrap 4 form validation

In this Forms tutorial of Bootstrap 4 Framework, you can see the online form examples utilizing available classes along with customized forms.

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

Check/Uncheck all Checkboxes by jQuery: SelectAllCheckbox

jQuery checkbox select all

The SelectAllCheckbox is a jQuery-based plug-in that can be used to allow visitors to check or uncheck all options at one go. If the group of checkboxes contains a disabled checkbox(es) then its state will not be changed. You may add as many checkboxes as you require in the group by using this plug-in. Developer’s … 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