Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7727441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:27:37+00:00 2026-06-01T05:27:37+00:00

How to run javascript/Jquery functions on user specific time scenario its so simple when

  • 0

How to run javascript/Jquery functions on user specific time scenario its so simple when i click HTML button the result will be show after 20 sec

<script>
function setTime(){
   alert("Ok");
}
</script>

<input type ="button" onclick="setTime()" value="Click">

Jquery SetInterval,Delay function i don’t know how do i implement this please help me out or helps are definitely appreciated

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T05:27:38+00:00Added an answer on June 1, 2026 at 5:27 am

    Use setTimeout if you want to execute anything after certain delay and use setInterval if you want to execute some piece of code after every interval with some delay.

    In your case setTimeout fits the best. Try this.

    function setTime(){
       setTimeout(function(){
          alert("Ok");
       }, 20 * 1000);//provide the delay in milliseconds
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to run a simple JavaScript function on a click without any redirection.
I want to run a javascript one time. I tried using a script from
languages used: html, javascript/jquery, and php 5.2 So I created this function that onclick
i want run a php code when a user click a link and change
Possible Duplicate: Run javascript function when user finishes typing instead of on key up?
I have a simple javascript (JQuery based) method that does some css magic to
I'm pretty new to javascript and jquery, and have run into a problem that
I have the following jQuery <script type=text/javascript> jQuery(function(){ jQuery('.link1').click(function(){ jQuery('.hide-div').hide(); jQuery('.toggle1').show(); jQuery('#arrow').css({top: '0px'}); });
I need to create a simple javascript embed type thing where the user adds
Is there any way to run one same instance of JavaCcript(jQuery) on the server

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.