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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:22:09+00:00 2026-05-27T15:22:09+00:00

I have a floating/static toolbar that I would like to delay until the visitor

  • 0

I have a floating/static toolbar that I would like to delay until the visitor has scrolled down the page some distance. I have tried using delay() and scroll() functions, but without success. It’s possible I’m on the right trail, but incorrect syntax.

Say, for example, this is my toolbar (below)…what would I need in the script to delay showing it (javascript/jquery)? And, while we’re at it, any way to fade it open?

<div class="toolbar">
<ul></ul>
</div>
  • 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-27T15:22:10+00:00Added an answer on May 27, 2026 at 3:22 pm

    The JQuery script below would reveal the toolbar div when the user scrolls the page.

    NOTE: The page must be scrollable for the event to fire so the page content must be higher taller than the window.

    <script>
      $(window).scroll(function () { 
        $(".toolbar").fadeIn("slow"); 
      });
    </script>
    

    This script would fade the toolbar div in after a pre-set delay.

    <script>
      $(document).ready(function () { 
        $(".toolbar").delay(800).fadeIn(10000); 
      });
    </script>
    

    Place either of the scripts directly above the closing </body> tag of your page and ensure you have a link to the JQuery library in your <head> section

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

Sidebar

Related Questions

C language has a data-type float . Some machines have a floating point processor
I have some static text that is usually only 1 line long that displays
In my web page, I have a div that stays static on the left
I have two floating divs. I would like the first div to be 100px
I have a floating div that gets displayed, and I want it to be
I have a python program that reads floating point values using the following regular
I have dives that I am floating so that they show side by side.
I understand that floating point calculations have accuracy issues and there are plenty of
I have a UTF-8 formatted data file that contains thousands of floating point numbers.
I didn't know methods could have floating blocks like this: class X { public

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.