Skip to content

Commit

Permalink
Merged pull request allmarkedup#6 from tomheady/master.
Browse files Browse the repository at this point in the history
added support for querystrings seperated by semicolons
  • Loading branch information
allmarkedup committed Apr 25, 2011
2 parents bb2bf37 + 7e1f2e6 commit 1179698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.url.js
Expand Up @@ -21,7 +21,7 @@ jQuery.url = function()

q: {
name: "queryKey",
parser: /(?:^|&)([^&=]*)=?([^&]*)/g
parser: /(?:^|&;)([^&=;]*)=?([^&;]*)/g
},

parser: {
Expand Down Expand Up @@ -171,4 +171,4 @@ jQuery.url = function()

};

}();
}();

0 comments on commit 1179698

Please sign in to comment.