Real time password matching using jQuery: This is a small snippet I used in my project for real time password matching. Please note that the below code only check whether password of password input field and confirm password input field match when we start typing in confirm password field and doesn’t prevent from the form…
Explore MoreToday I will show a quick and easy method on how to make a select all checkbox to select all checkboxes real time using Jquery. It is very easy. The HTML code is given below <div class=”row”> <div class=”col-md-3 “> Select All : <input id=”checkall” class=” type=”checkbox” > </div> <div class=”col-md-3″ > Checkbox 1 :<input…
Explore MoreAlthough the common practice is to use the same host account for both email and website, you can run the two services on two different servers. The article discusses the reasons why you may consider hosting your emails on a different server and how to do the setup. Why Host the Email and Website on…
Explore More