Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > Java Forum & Tutorial


JavaScript Timing Events


Reply
Views: 3754  
Thread Tools Rate Thread
  #1  
Old 10-30-2009, 06:53 PM
welcomewiki welcomewiki is offline
Member
 
Join Date: Dec 2008
Location: India
Posts: 80,566
Default JavaScript Timing Events

With Javascript, it is possible to execute some code NOT immediately after a function is called , but after a specified time interval. This is called timing events.

It's very easy to time events in JavaScript. The two key methods that are used are:

SetTimeout( ) - executes a code some time in the future

clearTimeout( ) - cancel' s thesetTimeout( )

Note: the seTimeout( ) and clearTimeout( ) are both methods of the HTML DOM Window object.

Tutorial

When the ****on is clicked in the example below, an alert box will be displayed after 5 seconds












Reply With Quote
Reply

New topics in Java Forum & Tutorial





Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
WikiNewForum)