Category: JavaScripts (Page 12 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

How to make div follow cursor using javascript

Last updated on March 1st, 2022 at 11:41 amIn this tutorial we can see how to add div along with the cursor using simple javascript. Only some simple javascript included and you can just copy and paste it in to a webpage you want the draggable content to be displayed. Here is the div we […]

How to preload images using javascript

Last updated on December 27th, 2022 at 11:18 amUsing this script we can preload an image in to the webpage and display it when needed. Once you click the Show Image button the image will display immediately with out any delay as it comes from the cache (preload). If your internet connection is slow then […]

How to check password strength using javascript

Last updated on February 21st, 2022 at 07:29 amHere is simple method to check the password strength using javascript, just copy and paste the script given below in your registration field and customize it accordingly.Add this code below inside the body tags of your page. Some bugs have been fixed and the script is working […]

« Older posts Newer posts »