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

The Archive Base Latest Questions

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

first, to be honest I’m a noob when it comes to Jquery. I’ve been

  • 0

first, to be honest I’m a noob when it comes to Jquery. I’ve been watching a ton of tutorials and reading on the jquery site itself. While I am beginning to understand it, the concept hasn’t “clicked” for me as of yet.

I’m currently working on a product display to where I want a box to slide down when hovering over the product image. This box contains a list of the models.

I’ve got the page set up here:

http://www.tailwatersflyfishing.com/sage-fly-rods

This is the effect I’m trying to duplicate (one of our rod vendors)

http://www.sageflyfish.com/rods-landing.html

I’ve attempted writing the code, but have failed at getting it to work. This is what I currently have in the page:

$('document').ready(function () {
    $('.rod-tall').children('.rod-inner').children('.rod-list').hide();
    $('.rod-list ul div li ul li a').click(function() {
        window.location = $(this).attr('href');
    });

    $(".rod-tall .rod-inner").mouseenter(function () {
    $(this).children('.rodlist').children('.desc-box').slideToggle('fast');
    });

    $(".rod-tall .rod-inner").mouseleave(function () {
    $(this).children('.rodlist').children('.desc-box').slideToggle('fast');
    });
});

—-UPDATE—-

I now have this included in my page:

<script type="text/javascript">
   $(document).ready(function() {
   $('.rod-list').hide();
   $('.rod-tall').hover(function() {
   $('.rod-list',this).slideToggle('fast');
   },function() {
   $('.rod-list',this).slideToggle('fast');
  });​
</script>

All prototype errors are gone. BUT I am getting this error (Uncaught SyntaxError: Unexpected token ILLEGAL) which I hope is the cause of this script not working. Is there an invalid character or invisible character that causes this error?

Thanks!

  • 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-31T06:29:28+00:00Added an answer on May 31, 2026 at 6:29 am

    How about this (jsFiddle example):

    jQuery:

    $('.rod-list').hide();
    $('.rod-tall').hover(function() {
        $('.rod-list',this).slideToggle('fast');
    },function() {
        $('.rod-list',this).slideToggle('fast');
    });
    

    CSS:

    .rod-list {
        position:absolute;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm completely new to jQuery. To be honest it is my first few days.
I've been wondering for a little while how jQuery acts on multiple selectors. For
After reading the most excellent book Head First Design Patterns, I began proselytizing to
Just looking for the first step basic solution here that keeps the honest people
Using the CoreGraphics framework is tedious work, in my honest opinion, when it comes
I'm working on my first Android app and to be honest I'm not sure
first of all, sorry if that question is dumb but I´m a total newbie
First of all, what's the difference between: www.domain.com and domain.com Should I pay attention
First of all, I'm really new to the MVC Asp.Net ideology. I would like
First of all, I'm not sure if the title accurately describes what I'm referring

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.