Category: JavaScripts (Page 9 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 create calendar using Javascript

Last updated on January 4th, 2023 at 06:12 pmIn this tutorial we are going to show you the code that can be used to create a calendar inside a web page. Simply copy paste the code below to your header / footer / main or side widgets to display calendar. Feel free to modify the […]

Javascript Detect browser close event alert message

Last updated on October 30th, 2024 at 02:24 pmThis script will help you to detect browser or tab close event and alert some messages. Even this script will be useful to call some Ajax functions which terminate connection to Database or something related. Tested on latest version of Chrome and Internet Explorer 11.0 and Microsoft […]

Beautiful Christmas countdown timer with CSS download

Last updated on November 11th, 2024 at 10:53 amThis code sets up a countdown to December 25 of the current year and dynamically displays the remaining time in a formatted layout (days, hours, minutes, seconds) within an element with the class time. It also displays the current year in an element with the ID year. […]

How to detect browser and redirect using javascript

Last updated on January 4th, 2023 at 10:25 amVery simple tutorial using javascript to detect browser and redirect to specific webpage using javascript. Browsers detected are Internet explorer, Chrome or Mozilla Firefox Detecting Internet Explorer The user agent string – available in navigator.userAgent – will always include the text “MSIE”. We can then check for […]

« Older posts Newer posts »