jquery-address
jquery-address copied to clipboard
jQuery Address - Deep linking for the masses
hi, whenever i refresh a page, that time $.address.change is loading twice. $.address.change(function(event){ alert(event.path); }); please help me, how to solve this problem, and also give me a example of...
I have a GET form that I'm entering `foo, bar` in a field. This generates a string of text (`foo%2C+bar`) for a parameter in the querystring. I'm then using ajax-enabled...
Hello there, im trying to make it work on my website but cant get to work, reproduced the sample 'state' on the asual site, the links looks like this http://domain/about...
Is there a way to have the plugin not run when certain path is not the part of the address change ? Like for example like /user name plust /user/1...
While the back button is working on http://www.asual.com/jquery/address/samples/state/ It's not working in our implementation on http://www.kulturbuero.ch/zh/ The URL is changed, but the ajax content is not loaded. Any ideas how...
Use case: I have a man menu, every menu item is a link with different has value ( #info, #settings, #admin, etc.). When user click menu item, $.address.externalChange handler builds...
Hey, I have an issue that I can't fix, on IE when I type the url, the function .change is not executed. My script work on chrome, firefox, mobile browser...
Why is the crawlable feature removed in 1.6? Any further explanation would be awesome. ;)
Hello, I am using Jquery address along with AJAX SEO (https://github.com/laukstein/ajax-seo) The problem is the links inside the ajax loaded content is not working. It seems that jQuery address won't...
The hash updates in the url and the haschange event is triggered. But when I click the back button to go to the previous state my url changes to earlier...