JQuery time delay function
Description:
Here we going to learn how to work on delay function using setTimeout function in jquery.
Execute time delay function refers the jquery plugin 1.8.2.js
Example:
Use the jquery plugin 1.8.2.js and add the source file to the script.
after that add the below script function to your program.
here I have added label on my webpage which has a id lblTime.
here the setTimeout will execute the function after one minute
1000 = 1 Second.
******************************************************
Description:
Here we going to learn how to work on delay function using setTimeout function in jquery.
Execute time delay function refers the jquery plugin 1.8.2.js
Example:
Use the jquery plugin 1.8.2.js and add the source file to the script.
after that add the below script function to your program.
here I have added label on my webpage which has a id lblTime.
here the setTimeout will execute the function after one minute
1000 = 1 Second.
******************************************************
No comments:
Post a Comment