Get the internal “Default URL attribute per tag” list, or augment the list with additional tag-attribute pairs, in case the defaults are insufficient.
Test whether or not a URL is external.
Test whether or not a URL is a fragment in the context of the current page, meaning the URL can either begin with # or be a partial URL or full URI, but when it is navigated to, only the document.location.hash will change, and the page will not reload.
Test whether or not a URL is internal.
Filter a jQuery collection of elements, returning only elements that have an external URL (as determined by jQuery.isUrlExternal).
Filter a jQuery collection of elements, returning only elements that have an fragment URL (as determined by jQuery.isUrlFragment).
Filter a jQuery collection of elements, returning only elements that have an internal URL (as determined by jQuery.isUrlInternal).
Constructs the regular expression that matches an absolute-but-internal URL from the current page’s protocol, hostname and port, allowing for any number of optional hostnames.
Set or get the regular expression that matches an absolute-but-internal URL.