Tagged Questions

4
votes
2answers
2k views

Can you use hash navigation without affecting history?

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 ...
4
votes
2answers
7k views

Delete browser history using jQuery

I have an ajax application that is based on jQuery. I enabled browser history using jQuery history plugin. But we find out that the application generated too much history. Especially, we provide ...
3
votes
1answer
155 views

Update browser's URL without reloading the page

Is it possible to change the URL shown in the browser's address bar without having the browser go to that page? Such as, for example, after updating a page's content via an AJAX call? My ...
3
votes
5answers
413 views

AJAX Links Not Detected By A:Visited

I'm noticing that a:visited styles don't work on links that are requested via JavaScript. On a standard user click though, the exact same link registers as visited, both immediately and on subsequent ...
3
votes
3answers
366 views

Does back/forward in the browser change javascript variables?

<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 ...
3
votes
3answers
1k views

Jquery: mark links as visited without opening them?

I have no intention of just altering the link (I hear that's impossible, but if it's not I'd love to know how). I'm fine with adding it to the the browser history if that needs to be done. I'd like ...
2
votes
3answers
124 views

javascript html5 history, variable initialization and popState

main question Is there a javascript way to identify if we are accessing a page for the first time or it is a cause of a back? My problem I'm implementing html5 navigation in my ajax driven webpage. ...
2
votes
1answer
84 views

ASP MVC3 Ajax razor view, How to enable browser history?

I am working in ASP.NET MVC 3 application, I am using razor view. I have a main page which has 4 links. These links are used to render partial views into the main page. currently I am using ...
2
votes
2answers
124 views

Clear browser history in jquery or javascript so that the user can not click the back button?

I have scenario where the user clicks "log off" and is redirected to the home page. However when he redirects to the homepage if he clicks the back button of the browser he can return to the working ...
2
votes
2answers
36 views

jQuery : How to find the url that the user has typed in the browsers address-bar during body-unload event?

I have a webpage with URL say http://www.crunchbase.com Now, if the user goes away from this website by typing a new URL in address bar, say http://www.techcrunch.com, and hits submit, the following ...
2
votes
4answers
155 views

Can jQuery listen to browser events?

Can jQuery listen to browser events? I want to attach a listener to the browser's back and forward buttons using jQuery. Is there anything what I can do, like with keypress, mousewheel, click, to ...
2
votes
2answers
1k views

Current state of Jquery history/back-button plugins?

I spent a long time looking into this about a year ago, I tried: Jquery BBQ plugin Jquery History plugin jquery .address plugin I found the jquery.address plugin to be the best, but these things ...
2
votes
1answer
527 views

HTML history state issues on OS X Chrome 10.0.648.151

I'm trying to figure out how to use HTML5's history functions. Here's my basic code: $(document).ready(function () { var stateObj = { foo: "bar" }; history.pushState(stateObj, "page 2", ...
2
votes
2answers
393 views

Have jQuery fire Ajax request when when back button is pressed

I have a page with 80+ dynamically generated input boxes, when the user submits the form to another .php page and one of the inputs contains a value that is not numeric, it will send them back to the ...
2
votes
4answers
336 views

jQuery: don't postback page with .post() method?

I have a question about using jQuery's.post() method without posting back the containing page. This is code for a book page in a library system. If the user clicks on the "Return book" button, I use ...
2
votes
1answer
3k views

jQuery History Plugin

There are a few different jQuery history plugins out there is one better than any of the others... I'm trying to decide which one to go with, any thoughts or any others to try: ...
2
votes
4answers
1k views

history.back(); doesn't trigger $(document).ready();

I have a webpage that use $(document).ready() to build the interface. Then the user can go to a child page, and to go back to the original page he can press the browser's "previous" button or a ...
1
vote
3answers
55 views

Preserve page state for revisiting using browser back button

I have a page that dynamically loads content based on a user pushing a button: ${document).ready(function) { $("#myButton").click(function() { ...
1
vote
1answer
28 views

jQuery Unwanted resetting of the DOM on history.back(-1)

I have this script below used on this site http://ronnidc.dk... When a user checks e.g. [jan] a dot appears on the map below. And when the user clicks the dot, a teaser text containing a read more ...
1
vote
0answers
23 views

How to implement history.js with ASP.NET MVC

Can anyone point me in the right direction with implementing the History.js gist with MVC project over at https://github.com/balupton/history.js Im just getting to grips with MVC and im considering ...
1
vote
1answer
61 views

Internal Links with jQuery Address

I'm trying to implement the lovely Address plugin to handle internal links for prettier links and use of the back button. I managed to get it to work, however the one thing I noticed, is that when it ...
1
vote
1answer
126 views

Using Colorbox, how can I create browser history states for each modal box?

I'm using the ColorBox jQuery plugin to create modal lightboxes for different purposes around my site. In some cases, we'd like the ajax modal box to create a new history state in the browser so that ...
1
vote
1answer
118 views

jQuery Address / Deep Linking Issue

I have a tabbed section on a website I'm currently developing, and would like to enable unique URLs for each tab, as well as history support. It seems the jQuery Address plugin is the way to go, but ...
1
vote
1answer
416 views

Implementing “Back button” on jquery ajax calls

I'm trying to implement back button on this full ajax website.. I tried jquery history plugin but I'm sure I messed something, as the hash appears OK but the back button won't load the original ...
1
vote
0answers
114 views

Convert form with dynamic element to support back button history

I have a form. For simplicity, let's say there's a list and you can pick from the list and press Add, which appends the item in the list into an HTML element with hidden <input> elements so the ...
1
vote
1answer
135 views

jQuery BBQ, How to detect a repeat click, which doesn't trigger a hashchange

I'm using the jQuery plugin hashchange: http://benalman.com/projects/jquery-hashchange-plugin/ $(function(){ $(window).hashchange( function(){ // location.hash }) ...
1
vote
3answers
2k views

jquery javascript: adding browser history back with hashtag?

I have a link on my website that says "Fullscreen Google Map". Once I click it, I load a google map into a 100% wide and 100% high position fixed div container. When the link is clicked, I also add a ...
1
vote
1answer
199 views

jQuery autocomplete and back button behaviour?

I'm using the awesome jQuery autocomplete plugin. However I'm a bit of a newbie when it comes to understanding browser behaviour and Ajax, so I have a question. This is the sequence of events: ...
1
vote
1answer
553 views

Manually add url to history with jquery

I'd like for my site to allow navigation, but I don't like the applications of all the history plug-ins. Most or all of them use a hashtag, which doesn't really apply to my site. I want to maintain ...
1
vote
1answer
640 views

Jquery history, inspect the history stack

Im using this history jquery plugin http://www.mikage.to/jquery/jquery_history.html and im trying to inspect the back stack. I can call this $.historyCurrentHash to return the current hash, but im ...
1
vote
4answers
679 views

Loop over “history” in javascript?

Is there a way to loop over the "history" object in javascript to find a specific page in the history?
0
votes
1answer
50 views

HTML5 History API - Do not fire window.onpopstate event at the first page load

With HTML5 History API, I created something like below: (function (d, w) { $(function () { $("#indicator").hide(); if (typeof history.pushState !== 'undefined') { ...
0
votes
1answer
46 views

On back button, why does Firefox jump straight to my previous scroll positions rather than animating

Please visit the demo: http://96.0.13.132 Click around for awhile, now hit the back button. In webkit browsers, you are animated back to the previous "state" while in Firefox you jump back. Why is ...
0
votes
1answer
74 views

changing page title on back button with jQuery Address

Utilizing jQuery Address to enable the browser's back button, I was able to leverage the plugin's event "onExternalChange" to detect when the browser actually hits the back button, so that I could ...
0
votes
1answer
49 views

Wordpress - Deep linking not functioning on homepage

I've been working on integrating deeplinking into a wordpress site im developing; http://dhp.camoconnell.com/ the problem, it is working on sub pages but not the homepage. for example, this works ...
0
votes
1answer
76 views

jQuery Pjax: losing access to jquery with frequent clicks of pjax-ified links?

i'm using the jquery Pjax plugin from Chris Wanstrath, aka, Defunkt, demo'd here: http://pjax.heroku.com. I've got it working exactly as the demo. However, sometimes that seem to correlate with too ...
0
votes
0answers
59 views

jQuery idTabs - Back button, switching to previously open tab only in Firefox

When using the idTabs plugin in Firefox (and Safari), the previously open tab is open when you navigate back in the browser. I don't see this happening in IE or Chrome. Is this just a difference in ...
0
votes
2answers
250 views

JQuery IFrame Load event firing too soon

I have tried in vain to find a solution for this issue, but to no avail. Basically I am trying use JQuery to create a new dialog when a button on the page is clicked. The content of the dialog ...
0
votes
2answers
220 views

Adding history support to simple jQuery AJAX navigation

I am trying to add history support to my jQuery AJAX navigation, but since I don't know jQuery that well, I can't figure out how to do it. The following script replaces a in the current document with ...
0
votes
1answer
429 views

Passing jQuery object through History.pushState() function

I'm using History.pushState() function, I'm saving into push state object an jQuery object, but when statechange event is fired I'm retriving state object data without jQuery object, but only "normal" ...
0
votes
0answers
506 views

HTML5 history in iOS safari 4.2.1 broken, Old webkit bug?

In regular safari my script changes the url of the page window.history.pushState and that works just fine but in ios, somehow the URL that gets loaded it that of the last page... It is really ...
0
votes
1answer
473 views

jQuery address plugin help

I'm having a little difficulty working out how to use the jQuery address plugin - http://www.asual.com/jquery/address/- with my limited jQuery/javascript knowledge and would seriously dig some help! ...
0
votes
1answer
506 views

AJAX and Back button (Cant get JQUERY history working)

I am busy with making a advertisement website, on the categorie pages the screen is adjusable by the user (see http://www.huurhulp.nl/verhuur/vakantie-en-recreatie/), for example the next page wil ...
0
votes
2answers
633 views

How do you call the tabselect event when selecting a jquery ui tab programmatically

I'm using jQuery UI tabs, and I have a tabselect event where I use an api to load json and generate the content of the tab: $('#tabs').bind('tabsselect', function(event, ui) { if (ui.panel.id == ...
0
votes
2answers
375 views

Enabling the Back button to act as an 'undo' button in an Ajax app

I have a problem with an Ajax app that I'm trying to get working with the browser's Back and Forward buttons. I am using the jQuery History plugin to enable the browser history. The app consists of a ...
0
votes
6answers
2k views

JavaScript: Navigate to a new URL without replacing the current page in the history (not window.location)

I know how to use window.location. The problem is that, (at least in FF) it erases the page you are on from the history. e.g., I'm on page A, I navigate to B and window.location is used to send me to ...
0
votes
1answer
160 views

Do i need to modify all links in order to ajaxify this website?

I built this website using ajax (via jquery) instead of full page refresh. Right now, it does not support the browser's back/next buttons, nor deeplink bookmarking. I'd like to implement these ...
0
votes
1answer
687 views

Test browser history before going back via javascript?

I'm playing around with using some javascript to add extra functionality to a back button on my website. Right now I have a set of javascript that looks like this: $(".back-link a").live("click", ...
0
votes
1answer
2k views

Recently viewed DIV without page reload

I'd like to have a "recently viewed pages" div filled by a javascript script which adds the titles and urls of new pages as they are requested by a user throughout their session on a site, by which ...