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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T01:32:43+00:00 2026-06-10T01:32:43+00:00

Kindly check the following code. Its an auto generated code. I wish to apply

  • 0

Kindly check the following code. Its an auto generated code. I wish to apply fadeIn() effect to “thumb-info” class only.

<div class="work-thumbs">
<article>
<div class="thumb"><img src="1.jpg" /></div>
<div class="thumb-info">Link #1 - Heading #1</div>
</article>

<article>
<div class="thumb"><img src="2.jpg" /></div>
<div class="thumb-info">Link #2 - Heading #2</div>
</article>
</div><!--/.work-thumbs-->

I have written the jQuery code as follows but it applies to all the elements in the list.

$('.thumb').mouseenter(function(){
$('thumb-class').fadeIn('slow');
});

I want it to apply only to the element on which the cursor is hovering at the moment.

Thank you for your time.

EDIT: Thanks for your answers, but the “thumb-info” is a hidden element and on “.thumb” hover only it will appear,so I cant use thumb-info class with “this” function. If that’s what you are suggesting.

  • 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-10T01:32:44+00:00Added an answer on June 10, 2026 at 1:32 am

    Because your are selecting all the elements with class of thumb-info, you can use the next() or siblings() methods, try this:

    $('.thumb').hover(function(){
         $(this).next().fadeIn('slow');
         // or $(this).siblings('.thumb-info').fadeIn('slow');
    },function(){
         $(this).next().fadeOut('slow');
         // or $(this).siblings('.thumb-info').fadeOut('slow');
    });
    

    Fiddle

    1. next()
    2. hover()
    3. siblings()
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

someone kindly posted this code for me but it only returns /table in the
Would someone kindly explain why the following bit of code works, I've tested it
I am using jquery UI tab for my project. Kindly check the html code
Can someone kindly enlighten me why the following code of mine does not work?
amm please kindly check this code? cos it won't work.. <?php $page = file_get_contents(http://natadec0c0.tumblr.com/);
Can I refresh the whole page after making ajax calls. kindly check my code
I have the following code in mypage, .... <input type=checkbox title=Warehouse1 name=warehouse[] id=selectedUser_1 class=select_checkbox
Please kindly help me in the following, I have $sub = C:\views\sght\gzad\text\hksdk\akldls\hool.java = C:\views\sght\bdsk\text\hksdfg\sdjks\same.java
I am implementing some code and I want to run it in regular time(auto
I am using Zend_Validate_Regex, I need the regular expression which has the following check,

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.