Check out the jQuery function .param(), that should do the trick.
http://api.jquery.com/jQuery.param/
You can then just create a function which appends the string generated by .param() to a url.
Check out the jQuery function .param(), that should do the trick.
http://api.jquery.com/jQuery.param/
You can then just create a function which appends the string generated by .param() to a url.