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

Page Jump to Image

I'm playing around with a simple website (I'm a beginner with HTML and CSS), where I made a simple menu with some submenus. The content of the page, mainly images and videos will be displayed in a scrollbox. Now I thought that instead of creating…
0
votes
1 answer

How do I prevent page jump when using jQuery ajax tabs?

I appreciate there are many questions on this topic, and I suspect some are really close to what I want, e.g. JQuery UI Tabs Causing Screen to "Jump" Stop jquery TABS from jumping / scrolling up when clicked on? Jquery tabs: How do I stop the jump…
0
votes
1 answer

Preventing page jump - hashed anchor tag - default behavior

I made a type of menu box with css click events using targets and link them with hash anchor tags. The problem is, when I click one of the buttons (One, Twii, Thrii, etc.) the page jumps! I tried using a js script to stop the default behavior but to…
Perry
  • 1
0
votes
3 answers

How can i prevent function .fadein() in jQuery from sending user to top of the page?

I have a menu where i basically click and hide current p and fadein the corresponding button text. Thing is, it makes my page literally jump to the top. Here is the html for menu:
  • ›…
  • Bruno Charters
    • 454
    • 2
    • 6
    • 14
    0
    votes
    4 answers

    Don't want page jump

    Previous problam solved @ use selectors in variable jquery on same coe i have to made functionality like this this is using a big jquery code i didn't understand and here is my jsfiddle i have make the same functionality but when it is clicked the…
    Sahil Popli
    • 1,967
    • 14
    • 21
    0
    votes
    1 answer

    Page Jumps on jQuery change();

    I'm using couple buttons to toggle divs. Whenever I click on the button, the page jumps. Any ideas? Here's my markup:
    0
    votes
    0 answers

    Why does jQuery.fadeTo() scroll my horizontal page to the top (=to the left)?

    I am running a horizontal website. I have a gallery which shows only one picture. For not having to refresh the whole page when changing the displayed picture, I used jQuery fadeIn, load and fadeOut. This worked nice in Safari, but in Firefox it…
    luke
    • 342
    • 2
    • 6
    • 16
    -1
    votes
    1 answer

    How to stop a margin resizing after resizing a div

    I have created a div with an image inside. When clicked it resizes the div and places a larger image in. The side effect of this seems to be that the wrapper div moves a little to the left. I have tried a few things but here is the code. Hope you…
    Jason
    • 145
    • 5
    -1
    votes
    2 answers

    Can NodeJS Puppeteer printed PDF have feature like HTML's or Adobe's Hyperlink to jump to other part on PDF?

    I would like to use NodeJS Puppeteer to prepare PDF that support page jumping from Summary Page. How can I do that?
    DaiKeung
    • 1,077
    • 1
    • 19
    • 38
    -1
    votes
    3 answers

    jump to bottom of ANY page the user is currently using

    edit: using wordpress: I have a menu button called Contact me, that leads to a contact me page. I also have 8 pages, with a contact me form at the very bottom. Is there a way to change that menu button name contact me, to scroll down to the end of…
    Bahry EL
    • 1
    • 1
    -3
    votes
    1 answer

    Why are identically implemented HTML anchors/IDs working in one case but not the other?

    I have created a website which allows the user to jump to a chapter from the Table of Contents. It works in one book "Huck Finn" but not the other "Rouging It." The code seems exactly the same to me. And, in fact, it works in "Roughing It" in the…
    B. Clay Shannon-B. Crow Raven
    • 8,547
    • 144
    • 472
    • 862
    1 2 3 4 5
    6