history.js Questions

2

Solved

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. Lin...
Epigenesis asked 13/10, 2011 at 8:20

3

Solved

Im using History.js (click) with jQuery in my code. When loading new content via ajax i use: History.pushState({my:stateobject},"newtitle","supernewurl"); This seems to work since the URL is up...
Anthropophagi asked 7/7, 2012 at 23:16

1

I am doing a project in RoR. That project is inside a iFrame. In that iframe have forward and back button. When I click backward button, the iframe content should go back but not the whole browser ...
Piranha asked 23/9, 2013 at 4:18

4

Solved

Culdn`t find what makes that error, and how to find a solution... Working under project: http://atlas.sitegist.net/business/atlas/?l=en&h=6dff16b6f593384662cb24d66142047a In project i show diff...
Bugs asked 14/9, 2012 at 14:7

1

Solved

I'm using the jquery history plugin in a simple demo that loads in a section of a specific page each time you click a nav item, what i've found though is that each time I click a new link the Histo...
Imposition asked 5/9, 2013 at 10:37

2

Solved

I have installed ajax_pagination gem from https://github.com/ronalchn/ajax_pagination When I restart my server i get this message couldn't find file 'history' (in /Users/user/.rvm/gems/ruby-1...
Yacketyyak asked 19/1, 2013 at 17:48

2

Solved

I am working on a small project in which I want to create an Ajax-style website. Content is loaded with jQuery's load(). As some of you know, the down side of this is that the URL does not change a...
Harriet asked 17/5, 2012 at 8:51

2

See http://balupton.github.io/jquery-history/demo/ I was attracted with jquery.history.js mean while I found http://benalman.com/code/projects/jquery-hashchange/examples/document_domain/ I thi...
Kimi asked 7/6, 2013 at 9:30

5

Solved

It's amazing, I constantly see this working in other sites but never in sites that I'm working on. I'm bringing in new content with ajax, I know about history.js and the History API, I do not want...
Macneil asked 8/5, 2013 at 1:22

2

Solved

I am getting familiar with the html5 History API, but I am using history.js to extend the compatibility, I have one question and it's that, how can I know in: History.Adapter.bind(window,'...
Hirschfeld asked 22/5, 2013 at 12:53

2

Solved

Like the title says, I'd like to be able to perform a different onstatechange event if the pushState function is called, instead of the back function. Or, if the go function is negative or positive...

1

I am trying to get history.js to work in Internet Explorer because I need history.pushState() to work. I have read over the instructions on GitHub (https://github.com/browserstate/History.js/) and ...
Feu asked 5/7, 2012 at 21:13

3

I used (https://github.com/browserstate/history.js) and have a piece of code like this History.Adapter.bind(window, 'statechange', function() { var State = History.getState(); alert('Inside His...

1

I've read all the posts about history.js on stackoverflow including, this, this and this and at looked the source code but as a newcomer to javascript/jquery I'm having trouble figuring out how to ...
Scummy asked 1/4, 2013 at 14:27

1

Solved

Ember documentation states that it can be set to use the History API for routing rather than hash-based fragments by using: App.Router.reopen({ location: 'history' }); But I can find no mention...
Perryperryman asked 24/2, 2013 at 21:29

1

Solved

I have a website as the landing and information page to a web portal type of application. I need the link that goes to the portal to set off an animation that beautifully transitions to the portal...
Insole asked 11/2, 2013 at 7:52

3

Solved

I've built a site that uses the History.js plugin to navigate from page to page with AJAX and update the URL accordingly. All works well except in IE; when you refresh the page it essentially loads...
Irritative asked 27/1, 2013 at 13:49

2

I'm fairly new to programming, and I'm making an AJAX site with the help of jQuery. I've looked around a fair bit for an AJAX history handler, and figured that History.js seems to be the best/most...
Aboveboard asked 10/9, 2011 at 1:29

1

Solved

I was able to put together a simplified complete History.js example using three links to load fragments of content from a full page without updating the page and while updating the browser history....
Fugate asked 7/11, 2012 at 21:47

2

I am using History.js plugin which support HTML 5 pushState and replaceState. The statechange is triggered when a user click back/forward button and when pushState/replaceState is used. I need to c...
Forequarter asked 27/2, 2012 at 11:27

1

Solved

I am using history.js and I have an event handler $(window).bind('statechange', function(){ // Loads the content representing the state via ajax }); Most content changes are triggered by Histor...
Multifoil asked 13/7, 2012 at 9:15

1

The jQuery plugin HISTORY.js (https://github.com/browserstate/History.js/) provides a HTML5 history push implementation feature and in case of an unsupporting browser, should be able to implement a...
Ethyne asked 25/8, 2011 at 7:17

2

I have the following test application: http://dev.driz.co.uk/ajax/ You can click the links to load in other pages using jQuery AJAX and there are two types, globalTabs and localTabs which load in ...
Baa asked 17/8, 2012 at 9:36

1

I can set data into the State.data of History.js, like this: var pushStateData = {}; function RetrieveSearchResults(type, url, searchData) {//, showResetButton, controlToFocus, navDirection) { ...
Buckling asked 29/2, 2012 at 17:58

2

Solved

I'm using history.JS (latest) with Jquery (latest) to load and replace just a portion of a website, this is all working, currently I'm only trying to get it working in modern browsers so I'm not fi...
Connolly asked 21/6, 2012 at 20:41

© 2022 - 2024 — McMap. All rights reserved.