Juan M Martínez
Juan M Martínez
I got the same problem: ``` Build information ========================== TOP = usr/lib/jvm VENDOR = sun RELEASE = 6 PRODUCT = java6 basename = sun-java6 version = 6 releng_ver = 45...
This is related with #127. The downloaded binaries are in fact just an HTML page with _Unauthorized Request_ error.
And this prevent the `$.address.value($.address.value());` for realoding a page.
``` diff --- a/src/jquery.address.js +++ b/src/jquery.address.js @@ -472,9 +472,6 @@ if (value == '/') { value = ''; } - if (_value == value && !_updating) { - return; -...
Related to #96
Same problem here with crawable activate. When I send the URL by mail, some webmails will encode the URL. Instead of http://example.com/#!/page will be http://example.com/#%21/page. The plugin doesn't decode the...
A quick workaround is set `location.hash = decodeURIComponent(location.hash)` before the plugin include.
+1 for all the events.
Could you give more information about your problem ? Normaly this should work because for links (a tags) a [live](http://api.jquery.com/live/) is used.