http://docs.jquery.com/Internals/jQuery.param
var str = jQuery.param(params); On Nov 3, 4:01 pm, mattkime <[EMAIL PROTECTED]> wrote: > Does jQuery provide a util to convert an object to a query string? > > I'm converting a project from mootools using Hash.toQueryString to > jQuery. > > (p.s., I've searched google, this list, and the jquery code and i > haven't found anything as simple as i was hoping for.)