Stop The Scroll Position When Webpage Gets Refreshed?

Sep 8, 2007

In my WebApplication ,In vertical scrollbar scrolldown some position after the refreshing the page again scrollbar position goes to the top of the verticalscrollbar.How to get back the scroll position after the refreshing the page.

View 3 Replies


ADVERTISEMENT

How To Stop ScrollTo On User Scroll

Nov 7, 2010

I use the jQuery scrollTo plugin to scroll my page on navigation link click. The problem is that if the user starts trying to scroll the page while the plugin is scrolling the page, they start to fight with each other.I'm looking for a way to either stop automatic page scrolling by scrollTo when the user starts scrolling the page or to disable user scrolling until the page finishes scrolling itself. I've found code that lets me detect scrolling and stop scrolling, but it includes scrolling by the plugin in a scroll() event. You can see that code here:

HTML Code:
$(".navigation a").click(function(){
var slow = 4500;

[code]....

View 3 Replies View Related

JQuery :: Scroll Down A Webpage In Set Steps?

Jun 15, 2010

I've been using jquery to automatically scroll around on my site. Although I'd like to know if it is possible to have it scroll in a less smooth fashion. Say I'd like it to scroll in steps of 50px.

View 1 Replies View Related

Scroll Position

Jul 23, 2005

Hey peeps, I'm trying to get a webpage open and start scrolled fully to the bottom. How should I go about this?

View 3 Replies View Related

How To Position Multiple IFrames On Webpage

Oct 9, 2003

How do I position multiple Iframes on a webpage? Specifically, is it possible to wrap-around text around iframes? or even more specific, like surround an iframe that is centered on a page with text?

View 7 Replies View Related

Restoring Scroll Position

Dec 5, 2005

Rather than have several different pages, an app was designed to have
different sections, all on one page. To get to the different sections the
browser is scrolled down. It may take several submits before everything gets
filled out correctly. The user complained because the page would not scroll
to the previous position, code was installed to save and restore the page
position, but it doesn't always go to the same place. Sometimes it does.
Sometimes it doesn't. Two text boxes are used to save position, and the page
is regenerated with x and y as literals by the server. The problem seems to
be what values are saved as the page is submitted. Code:

View 2 Replies View Related

Get Scroll Bar Position Of Body Tag?

Nov 24, 2009

How can i get scroll bar position of body tag?

View 2 Replies View Related

Get Body Scroll Position

Mar 21, 2004

How do I get the body scroll positions? I have a zoomable map which relies on mouse positions but it goes out when the page is scrolled.

View 2 Replies View Related

Auto Resizing Webpage - No Scroll Bars On Any Resolution?

Jan 8, 2009

I am designing a website and I just want that if a user open it on any resolution then it will fit it self to that resolution and no scroll bars will come like google, yahoo etc. I know it is possible but not know how?

View 4 Replies View Related

Stop A Floating Menu On An Absolute Position?

Jul 6, 2010

I have this code for a floating menu - but it starts on an absolute position and then starts to move as you scroll once it reaches a certain distance from the top of the browser, I have seen floating menus that will also stop in a certain spot on the page, even if you continue to scroll the page, can I alter this code to make this menu stop at a certain point on the page?

Code:

View 6 Replies View Related

JQuery :: Change BG Position On Horizontal Webpage

May 8, 2011

I have been using jquery (which is fantastic) for over a year now, but only basic little bits of code. Now I want to try something a little bigger but I can't get it to work. The problem is, I have a fixed background with position to the left which when scrolling horizontally it sits flush against the left, I want it so when you get to the end of the document it smoothly carries on to the right and then sits flush against the right. And when you scroll back towards the start it bounces back to where it was before. The code I've tried so far which works, but whenever I try 'click' instead of 'hover' nothing works? Also it just jumps to the other side, I'm not sure how to make it scroll to the other side smoothly.

$(document).ready(function(){
$('#Linkintro').hover(function(){
$('#wrapper').css('background-position', newValue);
}, function(){
$('#wrapper').css('background-position', 'right');
});});

View 4 Replies View Related

Maintaining Place (Scroll Position) In DIV

Nov 6, 2009

I've got a div with an id of messages - It is essentially a chat system however chat usually adds messages to the bottom of a list which means the messages do not get pushed down while you are reading them. This system instead adds the messages to the top. I need a way of finding the current scroll position so that when a new message is added the scroll remains in the same place.

View 2 Replies View Related

Restore Vertical Scroll Bar Position?

Sep 22, 2010

Not sure if this is a browser feature kind of thing, or if it can be done with a script.

I'm looking at my page: www.mysite.com/index.php?start=0

I scroll to the bottom of the page with the vertical scroll bar, and then click the pagation link to start on page 2, record #50: www.mysite.com/index.php?start=50

Of course, the vertical scroll bar jumps back to the top of my page.

Is there a way to make it remember that the scroll bar was at the bottom (or in the middle)?

View 1 Replies View Related

Any Way To Remember Scroll Position (Vertical)?

Jun 29, 2009

I want to remember the scroll position (Vertical). So I have 100 articles per page and I pick
one article to view its details.. that is on new page. So when I hit the browser button (back) I would like that browser puts the scroller where it was. I think I should use cookies for that... but how?

View 1 Replies View Related

Scroll Iframe To Specific Position?

Nov 4, 2010

Could someone tell me how I can modify.

function pageScroll() {
window.scrollBy(0,50);
}

to be applied to an iframe? I tried changing "window" to the id but that failed me and I'm really just getting started with Javascript. I've spent the last hour and a half on Google but haven't found it.

Or, is there a better way to achieve what it is I'm trying to do? I just want to have my iframe automatically scroll to specific position on the webpage.

View 2 Replies View Related

How To Remember / Maintain Scroll Position Of DIV

Nov 16, 2010

I am making an iphone app...the how-to section is basically one long page that shifts the view to a different div on a touch event. So, say I scroll down 50 lines on div1 and click a link to take me to the top of div2. How would I maintain the scroll position of div1 so when i click 'back' it shifts the view back to div1 and to the last position they were at?

View 2 Replies View Related

Stop A Floating Menu - Doesn't Go Over The Footer When You Scroll To The Bottom Of The Page?

Jan 17, 2011

[url]

See the menu on the left, how do you stop it so that it doesn't go over the footer when you scroll to the bottom of the page?

View 24 Replies View Related

Storing Scroll Position In Hdden Field

Jul 23, 2005

I'm working with ASP.NET serverside and am looking for an easy way to
retain scroll position of the window.

Is there any way that a hidden form field could *always* have the
current document.scrolltop value set to it? Especially right before any
posting to the server is done.

I'm using asp.net datagrid code that does not give me any easy way to
tie javascript functions to controls - otherwise this might be easier.

Basically I guess I need grab to document.scrolltop and send it to the
server (so that I can return it when redering the page onload). But
<body onunload=> does not seem to work with my asp controls.

View 1 Replies View Related

JQuery :: Adjust The Scroll Position Of An IFrame?

Jan 28, 2010

how to automatically scroll the page inside an IFrame? I have an IFrame that has no scroll bars, but there's a bit of whitespace that I want to get rid of. Unfortunately, the page in question doesn't have an element in the right area with an ID that I can anchor to.

Here is code I was toying with:

jQuery(document).ready(function () {
jQuery('iframe').contentWindow.scrollTo(20,20);
});

View 4 Replies View Related

JQuery :: Auto-scroll To A Certain Window Position?

Jun 21, 2010

How to window scroll automatically to a certain position on page load using jquery?

View 1 Replies View Related

Running A Loop That Checks The Position Of The Scroll Bar?

Mar 23, 2009

Running a loop that checks the position of the scroll bar. If the scroll bar height is the same as its div container it is always positioned at the bottom.Else the scroll bar is not positioned at the bottom and allowed to scroll freely.Problem I am having is telling the scroll bar to be positioned back at the bottom if the user scrolls to the bottom again.

Here is my Complete code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[code].....

View 6 Replies View Related

Change The Position Of Div When The User Scroll The Page?

Jun 6, 2011

I want to change the position of my div when the user scroll the page.

Example:

<div style="position:absolute;bottom:10px;>
Scrolling text
</div>

I want to change the position to fixed when the user scroll the page using javascript.

View 3 Replies View Related

Maintaining Scroll Box Position Upon Page Refresh?

Jul 5, 2009

I would like to have the scroll box content to go to the same position that it had before the page is refreshed rather than go to the top of the scroll box content. In other words, if the user scrolls down, then refreshes the page, I want to scroll box content to come back to the same position after the refresh.

I assume this would be a javascript function to get a vertical scroll position. Hopefully one solution works for all major browsers.

View 2 Replies View Related

Retain Scroll Position On Page Reload?

Sep 27, 2011

I've tried several solutions for this and have gotten close but right now I'm stumped.

Basically, I need to retain the existing scroll position on a page when it reloads but also to ignore any #anchors that are in the url.

View 8 Replies View Related

Position: Scroll Fixed - Until It Reaches The Footer

Nov 26, 2011

how do they program the "social sharing" div (you'll see it over on the left side), so that it scrolls until it reaches the top of the viewport, then its fixed until it reaches the footer?

View 3 Replies View Related

Manipulating Scroll Position On Page Load?

Dec 15, 2011

I have a fairly conventional page split into basically 2 divs one at the top of the viewport and the other at the bottom. The top div represents the header and the bottom div represents the content.

I have a problem in that the content loads in dynamically and when you scroll the content on a page and then click a link to navigate to another page the new content loads partially scrolled, and I need the scrollbar to always start at the top of the page so that the content also does.

I have tried HTML anchors, .scrollTop, .animate with no success. Does anyone have an idea on any jQuery or JavaScript code that will force the content to load without being partially scrolled and/or force the scrollbar to the top of the page?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved