jquery-address
jquery-address copied to clipboard
jQuery Address - Deep linking for the masses
Hi all, First of all I feel like this is a common problem, still I haven't found a fix for it. When doing: ``` javascript $.address.init(function(event) { // initializes the...
I am using jQuery address to update address in my web application. `$.address.state(url); $.address.update();` Tracking address change using: `$.address.change(function(event) { alert("address.changed"); ... }); ` The $.address.change() function is called twice....
$(_load) in else block is triggered on document readyState is interactive and this trigger the change event before the address events are subscribed in a file that is loaded by...
because jquery 1.9.0 dropped browser property support (it was deprecated since 1.3?): http://api.jquery.com/jQuery.browser/
Hi, I just wonder whether this plugin support for jquery 1.10 or not. If not, will it update to support 1.10 soon? When I was using jquery 1.10.2 with this...
any chance of putting the 1.6 version to the main asual website at http://www.asual.com/jquery/address/ Thanks
I'm always getting **TypeError: D is undefined**. So it seems that the latest version is broken with **jQuery 2.1.3**. ``` ``` Any solution on this? Already tested an old jQuery...
jQuery Address v1.6 jquery v1.8.3 Chrome Version 40.0.2214.115 m loaded via requirejs on line 137 within the _load function $('a[rel*="address:"]').address(); The function address is sometimes undefined. I seem to have...
Tags
Hi, could you please make a Tag for each Release of your great Plugin, so I can submit it to [cdnjs](https://github.com/cdnjs/cdnjs). See [here](https://github.com/cdnjs/cdnjs/pull/1354).