Last updated on March 13th, 2022 at 05:40 pmSimple script that validate email address using javascript. This is very much useful for login and contact forms which can validate the email address that are entered by the users. Grab the Javascript function to validate email address from below. Here btnAdd is the ID of the […]
Category: JavaScripts (Page 6 of 13)
Explore JavaScript tutorials that cover everything from basics to advanced techniques. This category includes guides on DOM manipulation, event handling, APIs, asynchronous programming, and tips for building interactive and dynamic web applic
Last updated on August 26th, 2022 at 07:54 amIn this tutorial we are going to take a deeper look on creating a Shaking login form using jQuery (Similar To WordPress Admin Page Login Form Buzzing or Vibrating). Create HTML Form Add Style Load jQuery Add animation Add button Create HTML Form The very first step […]
How to create slide in and out banner using jquery
Last updated on January 9th, 2023 at 11:44 amThis is just a simple jquery vertical slide in and out animation that can be implemented in to any website. Main use case will be whenever the website designer/developer needs their users attention to be redirected in to that particular content at least for a second. Script […]
Last updated on February 13th, 2022 at 09:22 amCycle background color of a web page using javascript Using a single button we can cycle through different background colors for a webpage using javascript. This script will automatically cycle through a list of background colors on a single click.This tutorial is just a continuation or a […]