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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:06:03+00:00 2026-05-29T06:06:03+00:00

Folks, why jQuery hover does not work? Here is the link – http://layot.prestatrend.com/ Thanks

  • 0

Folks, why jQuery hover does not work?
Here is the link – http://layot.prestatrend.com/ Thanks for any reply!
Here is the code:

$('.product_image').hover(
  function () {
    $('.product_right_block').show(100);
  },
  function () {
    $('.product_right_block').hide(100);
  }
);
  • 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-29T06:06:05+00:00Added an answer on May 29, 2026 at 6:06 am

    You declared your javascript in the middle of the page and did not encase it in a document ready. So the code never binds to the specified elements. Try and be much more descriptive when asking a question. We shouldn’t have to find what file the javascript code is in nor guess based on your code what you need to hover over and is supposed to be shown.

    <script type="text/javascript">
     $(document).ready( function() {
     $('.product_image').hover(
          function () {
            $(this).children('.product_right_block').show(100);
          },
          function () {
            $(this).children('.product_right_block').hide(100);
          }
        );
    });
    </script>
    

    Don’t make script calls in the middle of your page. Declare them in head or in an external javascript file. This makes finding and debugging code easier and also helps prevent simple mistakes like this.

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

Sidebar

Related Questions

Folks, we all know that IP blacklisting doesn't work - spammers can come in
Hey folks. I am using a little bit of jQuery to do a live
I am hoping some smart folks can help me here. I'm out of my
We're doing a bootstrap-style iPhone demo, and are more jQuery folks than Ext, and
Hey folks, diving into jQuery and loving it. I have a set of links
Folks, I am completely new to jQuery and JqGrid both. Usually I take some
Hi there folks I have a jquery script to submit a form and if
I am deciding between 2 different autocomplete plugins. jQuery UI autocomplete - link jQuery
Helo folks., i am using jquery.cycle plugin for displaying image gallery.. i have a
peace folks, I have this small piece of jquery based code, that grabs all

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.