browser-state Questions
12
I am using:
$(window).bind( 'hashchange', function(e) { });
to bind a function to the hash change event. This seems to work in IE8, Firefox and Chrome, but not in Safari and I assume not in earl...
Unbosom asked 22/6, 2010 at 5:20
4
Solved
I'm afraid it might be impossible but is there a way to change the hash value of a URL without leaving an entry in the browser's history and without reloading? Or do the equivalent?
As far as spec...
Hathor asked 21/2, 2010 at 6:29
2
Solved
<script type="text/javascript>
var x = 0; //this occurs in the beginning of the page.
$("#button").onclick{
x = 1;
}
</script>
Let's say the variable "x" changes to 1. Then the user...
Randle asked 24/2, 2010 at 2:53
5
Solved
How to "bookmark" page or content fetched using AJAX?
It looks like it can be easy if we just add the details to the "anchor", and then, use the routing or even in PHP code or Ruby on Rails's rout...
Shenitashenk asked 26/6, 2010 at 8:37
3
Solved
It seems that each Ajax History and Bookmark plugin has some minor bugs, ranging from
Really Simple History
http://code.google.com/p/reallysimplehistory/
jQuery History plugin
http://www.m...
Sleight asked 14/7, 2010 at 0:52
2
Solved
I am using the jQuery BBQ: Back Button & Query Library plugin to create a page that pulls in dynamic content when a link is clicked. When the link is clicked the hash is changed and new content...
Swagman asked 30/6, 2010 at 3:3
1
© 2022 - 2024 — McMap. All rights reserved.