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.
Related Contents:
- Get the size of the screen, current web page and browser window
- Get current URL with jQuery?
- variable === undefined vs. typeof variable === “undefined”
- jQuery – Create hidden form element on the fly
- How to decode HTML entities using jQuery?
- how to access iFrame parent page using jquery?
- How to disable scroll without hiding it?
- .keyCode vs. .which
- How to get a number of random elements from an array?
- Use jQuery to get the file input’s selected filename without the path
- Append to URL and refresh page
- Add and remove multiple classes in jQuery
- What is the purpose of the html form tag
- How to force reloading a page when using browser back button?
- Changing cursor to waiting in javascript/jquery
- How to handle floats and decimal separators with html5 input type number
- Force browser to download image files on click
- How to have jQuery restrict file types on upload?
- How to check with javascript if connection is local host?
- How to get document height and width without using jquery
- Remove all classes that begin with a certain string
- How do I remove the border around a focused contenteditable pre?
- How to get an object’s properties in JavaScript / jQuery?
- How to disable clicking inside div
- keyCode values for numeric keypad?
- Add/remove class with jquery based on vertical scroll?
- jQuery Keypress Arrow Keys
- Examples of practical javascript object oriented design patterns
- Use jQuery click to handle anchor onClick()
- With jQuery, how do I capitalize the first letter of a text field while the user is still editing that field?
- Can I use jQuery to check whether at least one checkbox is checked?
- How to get offset() relative to parent in jQuery?
- Looping through list items with jQuery
- How to add a class with React.js?
- Twitter Bootstrap onclick event on buttons-radio
- jQuery iframe load() event?
- JQuery scroll to top of Bootstrap Modal
- Reset textbox value in javascript
- Bootstrap 4: Uncaught ReferenceError: Popper is not defined
- jquery.mobile 1.4.5 Uncaught TypeError: Cannot read property ‘concat’ of undefined
- Best way to create an link with empty href [duplicate]
- Does JQuery support Dictionaries (key, value) collection?
- How to get all form elements values using jQuery?
- Write elements into a child iframe using Javascript or jQuery
- Set initial value in datepicker with jquery?
- How do I get current scope dom-element in AngularJS controller?
- jQuery/Javascript – reload current page with an appended querystring?
- What is the difference between JavaScript and jQuery? [closed]
- readFileSync is not a function
- Checking if an input field is required using jQuery