building a query string with jquery and checkboxes

venom2124

New Member
I'm building a search form with several filter options on the results page.It's a basic search form, results show in an friendly url such as: domain.com/resuts/country/age/type/The filters are simply checkboxes which on click, should reload the page with a query string to identify what has been checked/unchecked. (there is no submit, preferably the update would rebuild the query string with every check box click).So, for example, on click of some checkboxes we'd build a query string on the end, eg:domain.com/resuts/england/20-29/female/?scene=hipster&status=singleCan anybody point me to a jquery resource or a code snippet which may assist in getting this done?Many thanks,Iain.
 
Back
Top