Bootstrap / jQuery based WYSIWYG text editor
If your project is based on Bootstrap framework and you require using a text editor with rich features then line-control is a light-weight choice.
Find the range of forms; form input fields like HTML select dropdowns, file upload, search boxes, form validation script, checkboxes and much more based on simple, Bootstrap and custom CSS styles.
A number of tutorials/plug-ins use the jQuery functionality.
If your project is based on Bootstrap framework and you require using a text editor with rich features then line-control is a light-weight choice.
Bootstrap Multiselect Dropdown allows the visitors of the website selecting multiple options from a dropdown in a form. Learn how in this tutorial.
In this tutorial, I am going to share a nice plug-in for uploading files that uses jQuery. See the live demo to experience it!
You may use the resize: none property to disable resizing of a textarea in a web browser. See with two examples in this tutorial.
In this post, a search box based on Bootstrap is created along with additional filters in the dropdown.
To customize the validation messages for the form fields like displaying the field related message, you may use JavaScript/jQuery.
The labels are generally used with the form fields like textboxes, textarea, checkbox, etc. for showing the purpose of that field.
Floating labels for input fields by using CSS In this tutorial, floating labels for the form input fields are created by using CSS float and other properties. The text field labels float upwards as any textbox gets focused by pressing the mouse click or tab key from the keyboard. Have a look at the code … Read more
The form validation is generally required when using the web forms in your web pages. For example, checking the correct email format, password
Creating labels of checkboxes by jQuery In other tutorials related to checkboxes, I showed how you may create simple HTML checkboxes along with Bootstrap’s based classes here. In this tutorial, a jQuery based plug-in is used for creating the labels of checkboxes. That means, the text of the label is clickable unlike the normal checkboxes … Read more
The sliding form using Bootstrap In this tutorial, I am going to use a jQuery plug-in with Bootstrap framework for creating the sliding form that you may use for feedback or any other purpose like subscriptions, etc. The plug-in name is bootstrap-feedback-form. You need to include the JS and CSS files of this plug-in in … Read more
A jQuery password strength plug-in as you enter the password, it will indicate the strength and also guide how it can be stronger.
Sometimes, you may need to reveal the characters entered by the user in a password field. For example, your account creation form has a password field and a confirm password field. You want your visitors to see the characters entered in both fields to confirm that they are matching each other. Although, there are other … Read more
The color picker is a component that you may require for the front-end interface for the end users.
In this tutorial, I am going to show you a plug-in that can be used for creating nice-looking switches by turning radio buttons or checkboxes