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
2 answers

Anchor (jump in-page) in HTML5

I'm using a html 5 template which basically has 1 big index html file and uses anchors (id=" ") and to open "new" page. Here is my site: http://www.plans4canada.ca Now on this page: http://www.plans4canada.ca/#phones, I would like to put a link at…
Iuli
  • 121
  • 1
  • 4
  • 12
0
votes
0 answers

Page jump to id on external page not working

Pretty straightforward link coding inside a Wordpress site: The link…
Paul
  • 1
  • 2
0
votes
1 answer

jump page to id in an iframe

I have a web page (http://www.WillenhallPrimary.org/Science.shtml) which contains an iframe. The iframe includes an

Teachers

tag which I'd like to jump to using the parent URL and a hash e.g.…
0
votes
1 answer

How to set page jumps to work on all browsers

I have recently completed a Shopify website and all works fine. I am now going through the different browsers to make sure works fine for everyone and I have noticed a few issues regarding page jumps that I have within my site. For example on the…
mowen10
  • 383
  • 1
  • 12
  • 30
0
votes
1 answer

How Do I Jump To The Bottom Of A Page After New Table Entry In HTML?

I'm trying to make an HTML button on the top of the page (above a table) add a new table entry, and jump to the bottom of the page at the same time so that the new entry is visible. The button already adds the new entry like…
EliteZalba
  • 55
  • 3
  • 11
0
votes
1 answer

Slick Carousel Scroll

The slick carousel slides up or down if it's not within the view-port here's a link for it Slick Carousel example images: becomes the page just jumps up inorder to show the entire displayed div, I don't want that to happen, any solutions? Thank…
Joseph Khella
  • 695
  • 1
  • 9
  • 26
0
votes
1 answer

jQuery - Changing width makes the page jump to the top

I am trying to have this navigation sidebar that slides away some time after the mouse leaves, making the text-part expand. The thing is, that whenever the sliding function starts, the page jumps to the top. There's no "#" used, I tried overflow-y:…
Addriuss
  • 3
  • 2
0
votes
3 answers

Prevent .click function jumping to top of the page

Im using the below code to simulate a .animate toggle effect. However, when clicking the page will jump to the top. I've tried using prevent but it still jumps so I think I'm missing something... Any ideas? $(function()…
Scott Eldo
  • 473
  • 11
  • 28
0
votes
0 answers

pagination to top of page

i have a search page and want to show numbered links for number of pages found. for the top of the page i have:
    for bottom of the page:
    0
    votes
    1 answer

    Overflow hidden and ID in URL. Content not shown, jumps on top

    I have a strange problem when the container has overflow:hidden and the page has in URL an id. The content is moved on top and is not visible. This issue occurs when I add padding and negative margin on bottom. I've done this to have equal…
    Andrei Surdu
    • 2,281
    • 3
    • 23
    • 32
    0
    votes
    1 answer

    Wordpress: jump link not jumping to correct location

    I'm just trying to set up a simple Wordpress. For some unknown reason, the jump link is not working correctly. See the link "zwooping" in the following webpage: http://zbl.zwoop.be/?page_id=65 As you may notice, the jump distance depends on the…
    html_programmer
    • 18,126
    • 18
    • 85
    • 158
    0
    votes
    1 answer

    can't jump to specific tab on another page

    I'm trying to jump from a url like to a bootstrap tab on another page but keep pulling blank. I thought i had this sussed but its beating me just now :/ /page2.html#social the tabs (i'm trying to get to via the url) use data-toggle and the div…
    Showcase Imagery
    • 372
    • 2
    • 19
    0
    votes
    2 answers

    html navigation page-jump

    I am creating a website with navigation that causes a page-jump. But when the page-jump event is executed my page will not load properly, and most content above the called is not loaded. Here is a copy of my navigation:
    0
    votes
    2 answers

    How can I achieve "jumps" with jquery?

    I am developing a website that loads different pages depending on what menu icon a user clicks. A friend and I wrote this javascript function: function loadPage(targetURL){ $.get( targetURL, function( data ) { …
    I ate some tau
    • 105
    • 1
    • 9
    0
    votes
    1 answer

    scrollTo not working

    I am requesting help. Here is the code scrollView = (ScrollView)findViewById(R.id.scrollview4201); if (scrollview_f_check.contains("1")) { scrollView.scrollTo(0, +2000); scrollview_f_check = "0"; …
    djmedic
    • 317
    • 3
    • 12