Skip to content

Commit 1179698

Browse files
committed
Merged pull request allmarkedup#6 from tomheady/master.
added support for querystrings seperated by semicolons
2 parents bb2bf37 + 7e1f2e6 commit 1179698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.url.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jQuery.url = function()
2121

2222
q: {
2323
name: "queryKey",
24-
parser: /(?:^|&)([^&=]*)=?([^&]*)/g
24+
parser: /(?:^|&;)([^&=;]*)=?([^&;]*)/g
2525
},
2626

2727
parser: {
@@ -171,4 +171,4 @@ jQuery.url = function()
171171

172172
};
173173

174-
}();
174+
}();

0 commit comments

Comments
 (0)