Tagged Questions
1
vote
1answer
54 views
I'm not sure that my ajax navigation works fine
I tried to make menu with history api. But it seems to me it works not fine, and I got reasons to think so:
1 my "title" not changing
2 if I click to fast on my links I got a blink of a page as it ...
0
votes
0answers
57 views
jQuery Hash History - No History
I'm using Ben Almon's Hash history plugin, and it's all working perfect, except for when the back button is used to return to the homepage - which has no hash tag.
So I'm going from:
...
0
votes
0answers
42 views
AJAX History - Plugin?
On github, when I click the back/forward buttons, Ajax is updating the page. I cant seem to find what js/plugin they are using.I have several jQuery plugins, but I am curious what they are using?
1
vote
0answers
68 views
How to bookmark pushState
Please, can anyone guide me with this pushState code.
Is there a better way to do this?
Also, it cannot be bookmarkable. Why?
Thank you!
$(function(){
if (Modernizr.history) {
wrap = ...
0
votes
2answers
59 views
Stop content from refreshing during navigation?
I've seen several sites do this i.e. Facebook's chat window, or Reverbnations music player, I was wondering if anybody can point me to any tutorials on how it can be achieved?
Cheers.
0
votes
1answer
234 views
Correct use of History.js and AJAX dynamic loading
I am creating a website where I want to load dynamically the pages through AJAX. I am using History.js but I think that I am not doing it very right.
Basically I have an index.php page and some other ...
1
vote
3answers
167 views
History Api: How to tell the browser, that the page is loading?
I've been working with the history api while I loading pages asynchronously via javascript/ jquery. I wondering how it's possible to tell the browser, that the site is loading, so that the browser can ...
0
votes
1answer
82 views
history.js jquery is there something as a removestate
As the documentation for history.js is hard to find, seemingly non existent except for the demo's on github. Well I need to remove the last added stat. eg:
I have an Url which is called site/Random ...
1
vote
0answers
126 views
Using jQuery Tools Tabs with Ajax and History and trying to link to content in a tab
I'm using jQuery Tools Tabs ability to load content onto my page with Ajax. I've also got a drop down menu that needs to connect in the content when it loads. Everything about the tabs utility is ...
0
votes
0answers
166 views
Javascript framework without need for a hash or hasbang (history API?)
I am currently working on a new application/website. I am using AngularJS to fetch JSON data from the back end, that uses PHP. However, if I want the website's pages to be indexed by Google, I have to ...
1
vote
0answers
128 views
how to implement onpopstate? confused after reading so many things
I am loading content using AJAX, and changing URL by using pushastate, below is my code, can anybody tell me how to implement onpopstate to enable back button in my case.
HTML
<div id="tabs" ...
0
votes
1answer
178 views
history states in ajax calls
I am using jquery ajax calls to change content in a div by clicking links, but my url always the same i mean its not changing by clicking the links just content changes.
so i find history.pushStates ...
0
votes
1answer
26 views
URL with the current query
I have an AJAX Web application where I want to have the URL to reflect what the current query is, in order to have a "permalink". For example a user enters "foobar" as a query in a search input, then ...
2
votes
1answer
3k views
IE history push state
I have a webpage where the user has the possibility to display the terms and conditions without reloading the page, via AJAX. That, in itself, is no problem, however, I am also trying to push a ...
0
votes
2answers
2k views
HTML5 History, Back Button and external links
I have an HTML5 application that manipulates the browser history to show the proper URL for Ajax calls. This works great, but a problem occurs when my application has hyperlink to an external site, ...
0
votes
3answers
406 views
Loaded content via AJAX, go to next page, go back, content is no longer there
I have a button on a page that says "Add Locations". You click it, and form elements appear from an AJAX request. When you submit the page, and go back, those form elements no longer exist on the ...
1
vote
1answer
3k views
How to use history.js?
In my site, there is a nav bar on the left. When I click the links they change the #container div on my page but nothing else through ajax. I want to put back and forward buttons that will make just ...
0
votes
1answer
137 views
How should I handle going back to the initial page loaded when using History API
I'm pretty sure there is a very simple solution here but I can't seem to think of the best approach. I'm using History.js which utilizes History API. Lets say I start with the following page:
<div ...
0
votes
3answers
236 views
history plugin for complex javascript manipulated page
I've made page where are a lot of different links and buttons all manipulated through ajax requests. After getting replys from server side I change content of several different divs. So the page URL ...
0
votes
2answers
296 views
Re-using HTML history state when browser previous/next buttons are clicked
I'm trying to implement the HTML5 history feature to perform AJAX loading of page content. So far my JS looks like this:
// saving current page to history
var current_url = "page1"
var ...
0
votes
1answer
373 views
How to make the history of jquery-tools in ajaxed tabs according to the name of the tab?
I have the following tabs in jquery-tools:
<!-- tabs -->
<ul class="css-tabs">
<li><a href="/example/a">ABC</a></li>
<li><a ...
-2
votes
4answers
792 views
How facebook renders its pages so fast
I was using facebook and found the following features appended into their left vertical menu.
pages load so fast
pages do have its back button enabled
only a part of page reloads.
Can anyone put ...
1
vote
1answer
155 views
Adding history support to my ajax script
I'm trying to load my next/previous posts links with ajax. I've written this piece of code, and it works well. However, when the user clicks the 'Back' button, the location in the address bar is not ...
1
vote
3answers
306 views
back button in ajax supported pages
i have a master php page and now i am loading different pages in a div of this master page using ajax. now i want to add a back button on the slave pages so that the div can loaded with its just ...
0
votes
2answers
426 views
How to BIND before and after POPSTATE while working wih AJAX?
While working with slow AJAX showing "loading..." to the user was a good thing.
Now i have history working using 'history.pushState' and 'hostory.popState'
But it doesn`t show me my loading image ...
2
votes
1answer
577 views
Make the bfcache in Internet Explorer work like Firefox
I have kind of the opposite problem of the accepted answer to this question:
Ajax, back button and DOM updates
There, most people wanted Firefox to fire "unload" event when coming Back to the page ...
1
vote
1answer
229 views
Get controller and action names with pjax?
In my application I use this technique:
<body id="action" class="controller">
Is there a way to pjax send it along with the #container?
2
votes
1answer
3k views
how to catch a state change event ONCE with history.js?
I have an example code below where if you click the links, then use back and forward, each state change will cause more and more hits on the 'statechange' event. Instead of the one that I expect.
...
2
votes
0answers
567 views
History.js howto questions and behaviour in IE9 and FF3
I would like to use History.js by Benjamin Lupton (balupton) History.js but it doesn't work as expected and I'm not sure if I do it the right way...
Here is what I did:
<!-- jQuery -->
...
3
votes
2answers
950 views
HTML5 History: Problems with back button after full page load
I build a web app which uses AJAX and the HTML5 history (with a fallback for older browsers, history.js).
Only part of my app is loaded through background javascript (the part which is quite heavy ...
1
vote
3answers
1k views
AJAX and back button
How can I save history with AJAX just how github or google+ do. I use jQuery and I do not want to use some kind of hack like the # and #! tricks, because if I do, I'll need to change my whole project ...
1
vote
1answer
247 views
Why an AJAX history manager?
Now, I've written just a simple AJAX history script that adds back/forward buttons and changes the hash bang. But I was reading up on other history scripts that store previous AJAX requests for later, ...
1
vote
1answer
836 views
How to make Jquery Ajaxify plugin work with the new Jquery History plugin
I have a question, that I am sure alot of others are wondering as well..
The jquery.ajaxify plugin uses an old history.js file, along with a history.fixed.js file that once allowed it to utilize ...
1
vote
2answers
2k views
How to use javascript history API
In github's blog post about how they created the new tree slider, they give this as the code used:
$('#slider a').click(function() {
history.pushState({ path: this.path }, '', this.href)
...
3
votes
1answer
981 views
Hidden iFrame: don't show in history [jQuery]
I've added ajax file uploads to my site quite some time ago using a hidden iFrame. I use jQuery on my site and I got everything to work really fast. There's one problem though that I haven't been able ...
2
votes
2answers
5k views
JQM (jQueryMobile) Access to URL history?
I have a issue with being able to link back to the home page from a AJAX response from a Multi-page layout form submission
The structure
index.php has multi-page agreement (index.php#agreement)
...
1
vote
1answer
1k views
Add history to jQuery ajax
I can't figure out how to add the history plugin functionality to my (really simple) ajax code.
Here's my code so far:
$(function() {
$.ajaxSetup({ cache: true });
var hijax = $('ul.hijax ...
2
votes
2answers
577 views
Back button with ajax and iframe
Here is a situation. We have a search feature which uses ajax so that search results can be updated when user changes one of the search filters. The search results page also has 3 ad units that are ...
1
vote
2answers
680 views
Polling vs hidden iFrame for Ajax history
Background
Detection of hash change in the URL and fixing the forward/back button are two requirements for libraries that deal with Ajax history. There's two schools of thought for implementing these ...
5
votes
3answers
717 views
Clever way to manage browser history
I'm trying to implement a decent navigation in a AJAX application. What I am doing right now is the following:
Every time a user clicks an AJAX link, the corresponding call is performed and the hash ...
12
votes
1answer
4k views
How could I change window's location without reloading and # hack?
At first I thought that hash hack is a requirement, however judging from the recent updates from facebook, I am thinking otherwise.
The original hash hack (I am not sure if this is the correct term) ...
0
votes
1answer
615 views
Active menu class for current page
i'm making portfolio site template. I have problem about "active link" for my full ajax site.
When i open url (http://bit.ly/d5qNeN) directly, url doesnt come up with addClass function.
How can i ...
2
votes
1answer
1k views
What is the best jQuery deep linking / history plug-in?
I am looking to implement deep linking / back button functionality on a web site that uses jQuery and jQuery UI (tabs, dialogs...). I a new to this so I lack the knowledge to evaluate the different ...
1
vote
2answers
2k views
jQuery History Plugin Error: $.history is undefined
I'm not exactly a novice, but I can't for the life of me figure out why something so simple isn't working.
I'm getting an error $.history is undefined when trying to run this jQuery plugin...
...
0
votes
1answer
208 views
modifying url when using script manager history property
i think this type of questions already asked before and the solutions suggest that you should use Windows.location.hash
but i dont know at what instance of program i have to do this while adding the ...
1
vote
2answers
2k views
Keyboard navigation for jQuery Tabs
How to make Keyboard navigation left/up/right/down (like for photo gallery) feature for jQury Tabs with History? Demo without Keyboard feature in http://dl.dropbox.com/u/6594481/tabs/index.html
...
0
votes
0answers
488 views
How can I fix my ASP.NET AJAX issue when I navigate away from the page and back?
I'm developing an ASP.NET 3.5 application which uses AJAX via the UpdatePanel control. I'm also using History Points to manage the browser back-button functionality. This all works fine until I want ...
40
votes
5answers
5k views
What happened to Dojo in 2008?
Many of you have seen this graph of Google Trends of popular AJAX frameworks (Dojo, jQuery, YUI).
The graph seems to make it clear that interest in Dojo collapsed in the second quarter of 2008, ...
1
vote
2answers
128 views
How does dzone.com maintain state of the div?
When you scroll down to the bottom of http://www.dzone.com/links/ it automatically loads more links. However, when you navigate away, then hit the back button, the contents of the modified div stay ...
0
votes
2answers
1k views
jQuery deep linking & ajax loading in multiple containers (sub containers)
I currently developing a site and have bumped into a problem.. (ajax loading stored urls) Thought someone could help..
First here is sample page layout:
<div id="main-container">
<div ...

