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

  • Home
  • SEARCH
  • 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 6097941
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:06:01+00:00 2026-05-23T13:06:01+00:00

on clicking the checkbox , an image should be displayed for 5 seconds and

  • 0

on clicking the checkbox , an image should be displayed for 5 seconds and then it should hide..

   $(".isActive").click(function() {

         var checkBox_id = $(this).attr("id");        // id of checkbox
         var div_id = $(this).closest('tr').find('.display_image').attr("id");
         $("#"+div_id).empty().html('<img src="${resource(dir:'images',file:'spinner.gif')}"/>');

Blah…..Blah…

How to make change in code so that image will be displayed only for 5 seconds and then hide the image…

  • 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-05-23T13:06:02+00:00Added an answer on May 23, 2026 at 1:06 pm

    Add this after your code:

    setTimeout(function(){
      $("#"+div_id).empty();
    }, 5000);
    

    or you could change the middle line for:

    $('#'+div_id).find('img').hide();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Clicking on the image should show div near it (.show() in jQuery). But how
I am tired of clicking File and then Save Page As in Firefox when
What tools are useful for automating clicking through a windows form application? Is this
I have checkbox insde a link. In all browsers except Chrome, when clicking on
$j('table#thisOne tr:gt(0)').hover(function () { if ($j(this).next().length != 0) { $j(this).find('td:not(:first-child)').css(background, #f60).css(cursor, pointer); } },
i want to get the selected item values from listfield checkbox when clicking on
My Goal is to remove the action of checkbox checking by clicking on its
How can I create an HTML checkbox with a label that is clickable (this
I extended the default image plugin with a checkbox labelled 'Activate Zoom'. If the
I have a listview with checkbox,now i want to check/uncheck the listitems by clicking

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.