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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:14:38+00:00 2026-05-11T20:14:38+00:00

When a user hover overs one of the items such as Research, Brand Strategy,

  • 0

When a user hover overs one of the items such as Research, Brand Strategy, Audience Engagement the background colour in the bottom section changes via a inline style.

http://www.odopod.com/work/tags/strategy/

I was wondering, how it is done or which Jquery plugin they were using?

Many 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-11T20:14:38+00:00Added an answer on May 11, 2026 at 8:14 pm

    This isn’t a plugin, this is done through good old plain jQuery:

    <div class='something'>my text goes here blah blah blah</div>
    <div class='somethingelse'>my background color goes here</div>
    

    Then with jQuery:

    $(function() {
        $('div.something').hover(function() {
            $(this).next('div.somethingelse').css('background-color','red');
        }, function() {
            $(this).next('div.somethingelse').css('background-color','blue');
        });
    });
    

    Depending on what you want you could set up the HTML in many different ways. You would then use whatever DOM traversing function is appropriate to find the associated DIV and manipulate it’s CSS accordingly.

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

Sidebar

Related Questions

I am making div with image and text. User can hover on this div
In stackoverflow, when we hover on a user's reputation we see a text. I
I have a popup menu which contains several menu items and one of them
I have a menu and when I hover one of the links a div
What I'm trying to do is when in my function user will hover over
Why does onmouseover run multiple times while I hover over one element? I'm trying
I have a <div> full of <ul> elements. When i hover over one of
I was just take a look at the answer by one user to question
I am trying to make a dropdown effect for one of my background images.
I have an image on my page and when the user hovers over it

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.