mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 14:08:13 -05:00
Adds support for more complex protocol by having the url regexp closer to rfc1738.
This commit is contained in:
@@ -15,7 +15,7 @@ var r20 = /%20/g,
|
||||
rselectTextarea = /^(?:select|textarea)/i,
|
||||
rspacesAjax = /\s+/,
|
||||
rts = /([?&])_=[^&]*/,
|
||||
rurl = /^(\w+:)\/\/([^\/?#:]*)(?::(\d+))?/,
|
||||
rurl = /^([\w\+\.\-]+:)\/\/([^\/?#:]*)(?::(\d+))?/,
|
||||
|
||||
// Keep a copy of the old load method
|
||||
_load = jQuery.fn.load,
|
||||
|
||||
Reference in New Issue
Block a user