You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The core parser functionality is based on the [Regex URI parser by Steven Levith
9
9
10
10
This plugin requires jQuery to work. Tested on 1.4 and above but will probably work on older versions, too.
11
11
12
-
**License:**http://unlicense.org/ - i.e. do what you want with it :-)
12
+
**License:**Available for use under a MIT-style license. If you need a different license for any reason please just let me know.
13
13
14
14
**PLAIN JS VERSION**: I've now [created a branch of this that doesn't require jQuery](https://github.com/allmarkedup/jQuery-URL-Parser/tree/no-jquery). It has all the functionality of the jQuery version apart from the ability to retrieve and work with the URL of an specific element specified by a CSS selector. Grab it here: ['Plain JS' URL parser](https://github.com/allmarkedup/jQuery-URL-Parser/tree/no-jquery)
0 commit comments