Technology

JQuery : create URL query string from JSON/Array

Hi Friends, I was writing javascript to reload my page with different parameters. So I needed to create the queryString of those parameters but I didn't want to create it of my own. I already knew about jQuery.serialize() which serializes the form and creates the queryString, but unfortunately I didn't have form. So that gave me...

by Amit Jain
Tag: querystring
04-May-2011