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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T18:33:47+00:00 2026-06-01T18:33:47+00:00

I am trying to create a hover to load in social feeds for Facebook

  • 0

I am trying to create a hover to load in social feeds for Facebook & Twitter.

I have got the jQuery together. But I am having a problem that as soon as a user hovers out of the button it fades out and you cannot click the information.

I have created a jsFiddle for this and as you can see, You hover over the a.social it loads the content in. But as soon as you try to interact with the loaded DIV it dissapears.

How can I make it so that the user can still click on the information within the opened div?

jQuery Code is as follows :

$(".social_facebook").css('display','none');
$(".social_twitter").css('display','none');

    $('a.facebook').hover(function() {
        $('.social_facebook').fadeIn("slow");
    }, function() {
        $('.social_facebook').fadeOut("slow");
    });

    $('a.twitter').hover(function() {
        $('.social_twitter').fadeIn("slow");
    }, function() {
        $('.social_twitter').fadeOut("slow");
    });

This is wrapped within a document.ready function..

Thanks in advance,

  • 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-01T18:33:49+00:00Added an answer on June 1, 2026 at 6:33 pm

    I suppose you wanted to show either one of those, if so try below approach.

    DEMO

    $(".social_facebook").css('display','none');
    $(".social_twitter").css('display','none');
    
    $('a.facebook').mouseenter(function() {
        $('.social_twitter').fadeOut("slow", function () {
            $('.social_facebook').fadeIn("slow");
        });        
    });
    
    $('a.twitter').mouseenter(function() {
        $('.social_facebook').fadeOut("slow", function () {
            $('.social_twitter').fadeIn("slow");
        });        
    });
    
     //Added
    $('.social_facebook, .social_twitter').mouseout(function () {
       $(this).fadeOut('slow');
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create a jQuery hover function that will highlight a different
I am trying to create a drop down list i have it working but
I am trying to create some jquery styled hover fade in/out thumbnails. I've managed
I have been trying to create a border-color change hover effect with CSS and
I'm trying to create a fade in effect using jQuery, html & CSS with
im trying to create something in jquery but it just keeps bugging up. here
I'm trying create a bot which automatically likes Facebook posts. Using Mechanize I can
I'm trying to create a set of boxes which, on hover, will disappear and
I am trying to create dropdown menu for Wordpress theme and having some silly
I am trying to create a simple menu using li elements, but it only

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.