Create Floating Labels with CSS Float and other Properties

CSS floating form

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

jQuery checkbox and radio with checked and unchecked labels

jquery checkbox

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

jQuery Password Reveal plug-in for Input type password

A demo of Reveal password by using jQuery inputShowPwd plug-in

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