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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:30:27+00:00 2026-05-12T06:30:27+00:00

I am attempting to scroll the window to a location on my page based

  • 0

I am attempting to scroll the window to a location on my page based on a user’s selection. I am getting some strange results. Can anyone suggest a good/better way to go about this?

Here is what I’m working with:

 var rel = $(this).attr('rel');
 var citation = rel.split("-")[0];
 window.scrollTo(0, $('[name = ' + citation + ' ]').offset().top);
 alert($('[name = ' + citation + ' ]').offset().top);

The last alert gives me a number that seems wrong and the scrolling is not working. The following code is executed when the user clicks on a link from within the document. I am capturing that element’s rel attribute value and (after a little string manipulation) using it to find the position of the corresponding anchor. The destination element’s name attribute should match the rel attribute of the clicked link. See what I mean?

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-05-12T06:30:27+00:00Added an answer on May 12, 2026 at 6:30 am

    I was able to get around this by not using offset() but by rather using jQuery’s position() function.

    I am just getting the returned object’s “top” property. I have to use the element’s text as an index value because these elements did not have unique IDs.

    var citationIndex = parseInt($(this).text() - 1);
    var elementOffset = $('.HwCitationsContent li:eq(' + citationIndex + ')').position().top;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm attempting to adjust a scroll view when a user taps the keyboard's Next
I'm attempting to add items to an adapter as the user scrolls to the
Attempting to set up an automated texting service for customers, where people can text
I am attempting to scroll through a database of Album Names using ListView. When
I am attempting to use the smooth scroll by smoothdivscroll dot com/#quickdemo , but
Please can anyone help me implement a Sencha Picker as seen in Sencha 2
I'm attempting to use the .on() from jQuery to catch a scroll event that
I am attempting to create a tab based activity with seven tabs. Tabhost won't
I'm having a bit of an issue getting some stylesheet behavior that I want.
I was attempting to make a horizontal smooth-scrolling one-page website. I would like a

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.