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 8672005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:05:43+00:00 2026-06-12T19:05:43+00:00

There’s example: http://www.jquery4u.com/jquery-functions/setinterval-example/#.UHW6_IYY18E Hover over RSS feedburner image – it will shake. In my

  • 0

There’s example: http://www.jquery4u.com/jquery-functions/setinterval-example/#.UHW6_IYY18E
Hover over RSS feedburner image – it will shake.

In my case i have 2 images:
non-hover.png, hover.png.

When a:link – it shows as background non-hover.png, when you hover it shows hover.png and with interval of 3 seconds it switches to non-hover.png (while cursor is still on this link), like endless loop, you hover and it switches non-hover.png to hover.png with 3 seconds interval.

I want jquery to switch between the two images every three seconds when the cursor is over the anchor.

SOLUTION.

    $(document).ready(function() {

      function pizdec() {
        setTimeout(function(){ $('.istina').css('background-image','url("<?php print $base_path . $directory ?>/img/istina.png")'); }, 500);
        $('.istina').css('background-image', 'url("<?php print $base_path . $directory ?>/img/istina-hover.png")');
      }

  var IntervalID;

  $('.istina').hover(function() {
    pizdec();
    IntervalID = setInterval(pizdec, 1000)
  }, function() {
      clearInterval(IntervalID);
    }
  )

});
  • 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-12T19:05:44+00:00Added an answer on June 12, 2026 at 7:05 pm

    You have two images, so I suppose you can achieve the effect using jQuery and a timer.

    Bind custom functions with jQuery to the element to be invoked on mouse enter and leave. Use them to start and stop a timer, which can call the third function, replacing the images. Take a look at http://api.jquery.com/hover/ and http://www.w3schools.com/js/js_timing.asp for more information.

    If you need any help with the code, let me know.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There are some stdlib functions that throw errors on invalid input. For example: Prelude>
There is a website called Gild.com that has different coding puzzles/challenges for users to
There are a lot of Jquery plugins and libraries. and sometimes I want to
There is some contradiction in the api documentation: on one location: https://developer.foursquare.com/docs/responses/user on another
there are some actions I would like to globally specify on Ajax.BeginForm. (For example,
I would like my Web page http://www.gmarks.org/math_in_e-mail.txt on my Apache 2.2.14 server to display
There is a known issue with using jquery fadeOut, fadeIn, and fadeToggle, when fading
There is a moment in my app, that I need to force to show
There is a column that exists in 2 tables. In table 1, this column
There's a Rails 3.2.3 web application which doesn't use any database. But in spite

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.