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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:58:46+00:00 2026-06-09T22:58:46+00:00

Possible Duplicate: Can you get the user’s scroll position every time they scroll with

  • 0

Possible Duplicate:
Can you get the user’s scroll position every time they scroll with JavaScript/jQuery?

I am trying to write something in JavaScript/Jquery on the use of scroll events.

Here is where I started but I can’t seem to figure out how to get scroll value.

I am looking for is the class/method to find the current scroll
position on the page.

Any help is greatly appreciated.

$(document).ready(function () {
    $(window.parent.document).scroll(function () {

        var scroll_info = X;//X == the method/class of getting scroll value

        if (scroll_info > 40) {
            //show
            $('#ArrowImage').show(1000);
        } else {
            //hide
            $('#ArrowImage').hide(1000);
        }

    });
}); 
  • 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-09T22:58:48+00:00Added an answer on June 9, 2026 at 10:58 pm

    You could likely use both JQuery’s .prop and .scrollTop methods to retrieve the position of the vertical scroll bar, for the element you’re trying to scroll. Here’s an example that combines a little of each of those to scroll a textbox to its bottom:

    $('#chatTextContainer').scrollTop(
        $('#chatTextContainer').prop("scrollHeight") );
    

    To find the currently scrolled top, you would use something like this:

    $(element).prop("scrollTop")
    

    What you seem to be looking for is:

    theTop = $("html").scrollTop();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How to get all of the IDs with jQuery? How can i
Possible Duplicate: Data transfer from JavaScript to PHP. How can i get the browser's
Possible Duplicate: How can i get the path of the current user's “Application Data”
Possible Duplicate: list every font a user's browser can display I am developing a
Possible Duplicate: How can I get DOMAIN\USER from an AD DirectoryEntry? Here is what
Possible Duplicate: Guessing User's TimeZone in PHP How can i get my system current
Possible Duplicate: How can I get a reference to a node directly after it
Possible Duplicate: How can I get a list of all the defined variables in
Possible Duplicate: CSS - percentage height I can't get the middle div of 3
Possible Duplicate: Getting odd/even part of a sequence with LINQ How can I get

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.