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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T09:27:18+00:00 2026-06-08T09:27:18+00:00

I have an element with id #contactblurb defined in HTML: <div id=contactblurb class=tab> email:

  • 0

I have an element with id #contactblurb defined in HTML:

<div id="contactblurb" class="tab">
  email:  info@something.co.uk
</div>

And when the mouse hovers over another element (#contactNav), I want to hide some other elements and show this #contactblurb. I want to be able to do this with other elements, not just #contactblurb, so I created a function in jquery that takes ( what i thought was ) the element to hide:

var HideSlidesAndShowMe = function($elem)
{
  $('#slides').fadeOut('slow', function()
  { 
    $('#acorn').css({opacity : 0.05});

    $elem.show();
  });
}

I’m calling it via:

$("#contactNav").hover( function () {
                                   HideSlidesAndShowMe($("#contactblurb")) ;
                                 },
                                 function () 
                                 {
                                   // other stuff on exit hover.
                                 }
                    );

But it doesn’t show #contactblurb, it does do the other stuff however.

Is there something wrong with the way I’m passing the argument?

  • 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-08T09:27:20+00:00Added an answer on June 8, 2026 at 9:27 am

    Working demo: http://jsfiddle.net/g9kBC/

    This seems to be behaving fine check your html again and the closing brackets even with $ sign it should behave :)

    code

    var HideSlidesAndShowMe = function($elem) {
        //$('#slides').fadeOut('slow', function() {
          //  $('#acorn').css({
            //    opacity: 0.05
            //});
           alert($elem.attr('id'));
            $elem.show();
        }
    
    
    $("#contactNav").hover(function() {
        alert('f');
        HideSlidesAndShowMe($("#contactblurb"));
    }, function() {
        // other stuff on exit hover.
    });​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an element in my HTML <div class=TreeView></div> I would like apply style
I have an element like this: <div id=foo_<?php echo $id;?> class=hidden></div> I'm trying if
let say have element like this <div class=watch-me style=display: none;>Watch Me Please</div> as we
I have an element that already has a class: <div class="someclass"> <img ... id="image1"
i have an element in html as shown below. <tr><td class=HELPTEXT><span lang=HLPMTXT1 id=HLPMTXT1></span></td></tr> i
Say I have element tree returned by xquery categories = tree.xpath(u//ul[@class='tree-root']/li) for cat in
I have DIV element which only has a few lines in and a background
I have an element with class 4.0.3 how can I search for it? ff
I have overlay inside HTML element and inside that overlay I have element that
I have an element within another element and both have separate click functions. What

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.