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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:36:13+00:00 2026-06-14T10:36:13+00:00

How can I invoke a div, to show it on top (a search bar

  • 0

How can I invoke a div, to show it on top (a search bar and some functions), after 300px of page’s heigh have been scrolled?

What I’m trying to achieve is that when the user scrolls, at a certain point to show another div containing some tools.

  • 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-14T10:36:15+00:00Added an answer on June 14, 2026 at 10:36 am

    Probably that’s what you’re looking for:

    JavaScript

    $(document).ready(function () {
      $('#my-div').hide();
    });
    $(document).scroll(function (e) {
        if (document.body.scrollTop >= 300) {
           $('#my-div').show(200);
        } else {
          $('#my-div').hide(200);
        }
    });
    

    CSS

    #my-div {
      position: fixed;
      top: 10px;
      left: 10px;
      width: 300px;
    }
    body {
      height: 11100px;
    }
    

    HTML

    <div id="my-div">
      Search: <input type="text" />
    </div>
    

    Demo: http://jsbin.com/welcome/49824

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

Sidebar

Related Questions

Can anybody help me how can I invoke a JSP page from a Servlet
How can I invoke overloaded generic method in IronRuby? I have a .NET class
How can you invoke shell commands from Squeak and Pharo? Do these environments have
is short: How can I invoke a base ctor after a child class ctor,
I'm building a search page that will have many different search parameters that the
I have the following code: <div class=search> <input type=text id=tbWasSearch value=Search here... class=project onclick=this.value=''/>
there is a div, <div id='show' style='display:none;'></div> I edit some contents to through javascript
I have some functions that I am calling and they take some time (milliseconds),
I have some code that invokes anonymous functions within a loop, something like this
I know how to use UIWebView and can invoke a WebView if it is

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.