I am looking to append a var to a url with a function that i have bounf to a click event.
Say the url is www.example.com
after running the function it becomes.
www.example.com?folder=beats
I have got the function grabbing the right folder value but need to append it to the current page url.
function fileDialogStart() {
$folder = $('#ams3Folder').val();
}
any help
varto declare variables so you do not create an implied global.