mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 05:38:00 -05:00
Allow # urls to contain #. Thanks to @alvopass in f9f9ee52e1 for the catch.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user