Editing Talk:1309: Infinite Scrolling

Jump to: navigation, search
Ambox notice.png Please sign your posts with ~~~~

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
I think the title text is supposed to be sarcasm. Note that it IS possible to keep track of section of javascript-generated pages, but it's harder and I'm not sure if there is cross-browser way to make back button work with them, it's possible you need different code for every browser. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 10:48, 27 December 2013 (UTC)
 
I think the title text is supposed to be sarcasm. Note that it IS possible to keep track of section of javascript-generated pages, but it's harder and I'm not sure if there is cross-browser way to make back button work with them, it's possible you need different code for every browser. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 10:48, 27 December 2013 (UTC)
 
:Using location.hash should work on most browsers. However, coding it in is intimately connected to something called "work", which is probably the reason it generally isn't implemented. Also, reloading e.g. a soup that's been scrolled down two miles would take forever. --[[Special:Contributions/173.245.54.86|173.245.54.86]] 18:54, 27 December 2013 (UTC)
 
:Using location.hash should work on most browsers. However, coding it in is intimately connected to something called "work", which is probably the reason it generally isn't implemented. Also, reloading e.g. a soup that's been scrolled down two miles would take forever. --[[Special:Contributions/173.245.54.86|173.245.54.86]] 18:54, 27 December 2013 (UTC)
βˆ’
 
βˆ’
::Also [http://caniuse.com/#search=pushState pushState] should work in all browsers, but it doesn't. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 10:38, 30 December 2013 (UTC)
 
  
 
Shouldn't we add a few examples of websites that currently exhibit this behavior? Facebook and Twitter come to mind... [[User:Kaa-ching|Kaa-ching]] ([[User talk:Kaa-ching|talk]]) 12:45, 27 December 2013 (UTC)
 
Shouldn't we add a few examples of websites that currently exhibit this behavior? Facebook and Twitter come to mind... [[User:Kaa-ching|Kaa-ching]] ([[User talk:Kaa-ching|talk]]) 12:45, 27 December 2013 (UTC)

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)

Template used on this page: