Questions tagged [page-jump]

A page jump refers to the sudden change in the scroll position of the document that's loaded in a browser.

A page jump refers to the sudden change in the scroll position of the document that's loaded in a browser.

When done intentionally, the url fragment will be used to scroll an element on the page into view by matching their id or name attribute; the latter only applies to another anchor.

It can also be caused by bugs or otherwise unexpected behavior in either the browser or ui libraries, such as .

86 questions
0
votes
1 answer

Want to reverse a JavaScript "back to top" button to make a matching "jump to bottom" button

I have a "back to top" button that has been working perfectly for me in all browsers and even on mobile. Because I am using it on what are basically photo gallery pages, where the newest photos are added to the bottom, I want to add a matching…
Ezmerelda
  • 15
  • 6
0
votes
1 answer

Content under sticky header jumps on scroll

I have added a div that has a fixed class added to it, and the class is removed when the scroll position reaches 0, but the content under the fixed div jumps and I'm not sure how to fix that. Here is my HTML structure:
Neelam Khan
  • 1,078
  • 8
  • 24
0
votes
0 answers

Vertical pagination issue

I have an issue I have manually made vertical pagination like page scroll to id in WordPress but when I click on the next number it scrolls on the previous section instead of scrolling on the next section while I set up accurate ids for the section…
0
votes
1 answer

How to add a jump event using Javascript on Wordpress

So in short, I have this page I created on a wordpress site. The issue, the content on the page, divided in different rows, is quite large and I wanted to enable on the beguinning of the page a jump to section link (and jump back to top link) for…
0
votes
1 answer

How to navigate to sections in different pages

Hello thank you for your time in advance. I am trying to navigate to section in home page from another .html page. My problem is that it always jumps to top of the page no matter which section I specify. Code in index.html (home/main page for…
0
votes
1 answer

How i get an HTML button to go to a different page inside my own page?

Well, i want to get an effect that, when i clikc a section of my HTML top buttons, the page jump to a new page (inside of my own page), but only change the body, foot... and remain the top. Like this example: https://albertoanayamusic.com/ When you…
Carlos Pérez
  • 167
  • 1
  • 10
0
votes
0 answers

Page Jump is jumping above content

In in my Menu (Sticky) I have page jumps, when clicked in Chrome they jump above the content then glitch down to where it should be. In Safari, it just goes to above the content but then stays there I have looked up because of the Sticky Menu but…
0
votes
1 answer

Jumping to specific location in a page in react

I need to go to a specific line on page, when clicking on a button. How can it be done using react-router.I have :

heading

usergs
  • 1,344
  • 3
  • 9
  • 18
0
votes
3 answers

Is there a way to prevent a screenreader from repeating information in a 'show more' situation?

Background: We receive information in a very specific way from various connectors, and then we spit out that information via our interface, with specific branding. Because of that, we don't have control over what information we get. Ideally we…
Laurel
  • 1
  • 2
0
votes
1 answer

Why style effect remains after location.hash in Firefox?

I am creating a program for online psych experiment on web design. (please see the code below) What I am trying to do is, if user clicks on some input box, it invokes onFocus event, then the page jumps to that place (i.e. the box comes to the top of…
user605660
  • 199
  • 2
  • 2
  • 7
0
votes
1 answer

Clear Hash in URL

I made a site with Bootstrap which contains two pages: index.html impressum.html I want to use page jumps inside index.html and access those page jumps from the impressum aswell. This works fine but as soon as I click on a page jump from the…
user363808
  • 53
  • 1
  • 10
0
votes
0 answers

URL to anchor link jumps up page on load

I'm adding a feature to a WordPress page and I'm stumped. This page: http://www.cherishresearch.org/about/team/ has four sections, each with an ID (#ca, #cp, etc.). I would like a URL entered into the browser to load the page directly at the…
John M.
  • 11
  • 4
0
votes
3 answers

ASP.NET: how to stop page from jumping when using AutoPostBack?

I'm using ASP.NET, and in a Wizard control I have radio buttons where if "Yes" is selected, a panel is shown, but if "No" is selected, the panel is hidden. I have MaintainScrollPositionOnPostBack set to True, though the ActiveStepChanged event…
Sara
  • 185
  • 2
  • 5
  • 16
0
votes
2 answers

Jquery Drag and Drop problem, jump to a new page

I want to use Jquery to implement a page that contains js from quotemedia.com. After I embed the js into the sortable, when I drag and drop the element that contains the js, it jump to full page display. This happens under Firefox, IE is ok. The…
user503853
0
votes
2 answers

getElementByTagName(a) for autoscroll

What I have now is: var a = document.getElementsByTagName('a'); I use this to get all elements with an 'a' and when I scroll it autoscrolls to the next 'a' element. The problem with that is that I also use links (that use an a href="") so sometimes…
Minegolfer
  • 276
  • 4
  • 18