Allow data to be bound to Flash objects (but still stopping short of attaching to...
[jquery.git] / src / ajax.js
index 97d4039..9886fd7 100644 (file)
@@ -10,7 +10,7 @@ var jsc = jQuery.now(),
        rts = /([?&])_=[^&]*(&?)/,
        rurl = /^(\w+:)?\/\/([^\/?#]+)/,
        r20 = /%20/g,
-       rhash = /#[^#]*$/,
+       rhash = /#.*$/,
 
        // Keep a copy of the old load method
        _load = jQuery.fn.load;