Skip to content

Instantly share code, notes, and snippets.

@phenomnomnominal
Created June 21, 2019 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phenomnomnominal/8c5673dfd5a719bea7777b901b3b3331 to your computer and use it in GitHub Desktop.
Save phenomnomnominal/8c5673dfd5a719bea7777b901b3b3331 to your computer and use it in GitHub Desktop.
$svjq('#bokaSubmit').click(function(e){
var paramStr = "";
var myHistoryArr = inlotsning.history.split(',');
for(var i = 1; i < myHistoryArr.length; i++) {
var arr = myHistoryArr[i].split(':');
paramStr = paramStr + "&"+ arr[0] +"="+ arr[1] +"";
}
window.location = "/ansokanbokning/valjtyp?sprak=sv"+ paramStr +"";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment