jquery-address icon indicating copy to clipboard operation
jquery-address copied to clipboard

jQuery Address - Deep linking for the masses

Results 81 jquery-address issues
Sort by recently updated
recently updated
newest added

when I set state, sometime it is not working. _value = _href() _value is set when address created, but it not changed after I call state(rootPath). when I set rootPath...

hi, the url (http://localhost/rw2011/#/about-us) having in ie browser, but i refresh this page its first loading home page(http://localhost/rw2011/) and then goes to target page. please help me without loading home...

I am trying jquery-address for the first time and have downloaded version 1.4. I dropped the "crawling" sample folder into my apache2 server site root and browsed http://mysite.mydomain/crawling. The page...

The line of code: ``` javascript _t._gaq.push(['_trackPageview', decodeURI(value)]); ``` decodeURI does not work if the value had a lone % sign, as far as I can see, value was not...

hi, this is my code: show click to play $.address.change(function(event){ ``` var qstring = ''; if( event.queryString != '') qstring = event.queryString; var url = $.address.state() + event.path + qstring;...

Hey, I have a problem with the state function in internet explorer. When I call this function and test it in Internet explorer the page keeps refreshing every second. This...

Hello.The history in Google Chrome, not working properly: Example №1: ``` $.address.strict(false); //disable sctrict $.address.value("home"); //change hash to "home" $.address.value("contact"); //change hash to "contact", $.address.value("map"); //change hash to "map" ```...

As $.support really doesn't give you any clues as to whether or not a browser will support tracking hash history, or what lengths you need to go to to work...

Add [preventDefault](http://api.jquery.com/event.preventDefault/) functionality to internalChange and change events. If event.preventDefault() was called jquery-address should not change the hash.