jquery-address
Double remote call with jQuery Address plugin and Rails 3 remote links
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.[详细]
2023-04-12 09:06 分类:问答Why does my index page disappear only in Safari?
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.[详细]
2023-04-09 17:25 分类:问答jQuery Address plugin - How to get link clicked on in $.address.change()
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[详细]
2023-04-09 06:20 分类:问答Unable to set correct href link in IE with jquery address
Using jquery address I\'m setting my href links like so: <a href=\"#view_profile=123\">view 123</a>[详细]
2023-04-01 20:20 分类:问答jQuery Address find out which element was clicked
I using jquery.address() to load my pages through ajax: $.address.state(\'\').init(function() { // Initializes the plugin[详细]
2023-03-30 03:29 分类:问答How do I prevent jquery address from triggering a change?
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[详细]
2023-03-28 10:50 分类:问答jquery.address: $.address.change() runs twice when using $.address.queryString()
$.address.change() runs twice when using $.address.queryString() if have a url of: www.example.com and i run the following code:[详细]
2023-03-19 15:10 分类:问答How to load the current content with jQuery Address plugin on page load?
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[详细]
2023-03-14 15:45 分类:问答jQuery $.address() plugin: hashbang links colliding with HTML5 state support
Here\'s a scenario that describes the problem: User A has a browser with HTML5 state support, and sends this link to User B:[详细]
2023-03-08 20:48 分类:问答Correct way to handle deep linking with jQuery Address
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[详细]
2023-02-28 20:07 分类:问答