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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:11:27+00:00 2026-06-16T00:11:27+00:00

$(#slider).live(hover, function(e) { if (e.type == ‘mouseenter’) { $(#slider).delay(100).fadeIn(); } else { $(#slider).delay(1200).stop(true, true).fadeOut();

  • 0
$("#slider").live("hover", function(e) {
    if (e.type == 'mouseenter') {
        $("#slider").delay(100).fadeIn(); 
    }
    else {
        $("#slider").delay(1200).stop(true, true).fadeOut();
    }
});

I used a slider in jQueryUI. What I would like to achieve is when the user hovers their mouse over the slider, it shows, and when the mouse is not hovered over it, it fades out. However, my case is after the first time of the fade out, the slider do not fade back in no matter where I put my mouse on that location of slider. How can I fix this problem? 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-06-16T00:11:27+00:00Added an answer on June 16, 2026 at 12:11 am

    Using ahren’s suggestions try this

    $("#slider").hover( function( ) {
        $("#slider").fadeTo( 1000, 1 );
    },
    function( ) {
        $("#slider").fadeTo( 1000, 0 );
    });
    

    Fiddle here

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

Sidebar

Related Questions

This page is live at http://settlementprep.com/services/ $(#services_nav li a.move ).hover(function(){ $(this).stop().animate({'padding-bottom':20px},{queue:false,duration:200}); }, function() {
I am using the folowing code (located in file swipe.js): $(document).ready(function() { $('.ui-slider-handle').live('touchstart', function(){
I have weird problem with this code $('img').hover(function(){ var $cap = $(this).parent().find('.cap'); window.setTimeout(function(){$cap.stop(true,false).animate({bottom:164},500)},500); },function(){
How can I code a Slider in jQuery UI to make it Live? Here´s
I have the following jquery code: $('div#headBannerSearchAgedBetweenSlider').slider({ range: true, min: 18, max: 99, values:
zoom: function ( element, scale ){.....}, init: function() { $(#book div img).live('dblclick', function() {
I am creating a slider using jquery animate function. The first image is moving
I have created a simple image slider 'Live Wallpaper' that will call in an
I have been tasked with figuring out why a jquery slider won't function. I
I have a jQuery UI slider: $('div.slider').slider({ range: true, step: 250, min: 1000, max:

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.