I'm tring to create a url with query string data using a form
with multiple dropdown options.
I'm using the first dropdown to select the url and the second
dropdown to add the query string to the selected url. The change
method updates variable values and the click event merges those
variables to form the url. The problem is that I can't seem to tag
anything onto the end of the url. I've read about using the
$.param function but I have yet to find an example where the output is
appended to the end of a url.