I\'m using this jQuery plugin http://www.asual.com/jquery/address/ because I have a full ajax site hacked in Rails 3.1.0 but my actions/methods also respond to html requests.
I have tried everything I can think of to track down this issue but can\'t turn up anythi开发者_StackOverflow社区ng.I\'m using the jquery address plugin for my site.
I am trying to use the Address plugin from http://www.asual.com/jquery/address/ and I really need to be able to access the link or object that was clicked on that triggers the $.address.change functio
Using jquery address I\'m setting my href links like so: <a href=\"#view_profile=123\">view 123</a>
I using jquery.address() to load my pages through ajax: $.address.state(\'\').init(function() { // Initializes the plugin
I\'m using jquery address to track changes with the browsers nav buttons and have hit a bump in the road.The plugin works great for simple html links but I have a dropdown menu that is triggering an a
$.address.change() runs twice when using $.address.queryString() if have a url of: www.example.com and i run the following code:
I am not very familiar with the JQuery Ad开发者_高级运维dress plugin, but i came up with this code, and its working great, except in this situation: When i click on the \"nav a\", the url is changed a
Here\'s a scenario that describes the problem: User A has a browser with HTML5 state support, and sends this link to User B:
I\'m using jQuery Address to handle deep linking with my AJAX application. My URLs are in the format: example.com/#/section/item/param/param/param... I have it setup with the .change() listener to han