[jQuery] Re: href value

2009-09-18 Thread Rick Pasotto
On Thu, Sep 17, 2009 at 12:56:01PM -0400, brian wrote: > > Are you sure that this.href is not complete? I suspect it is and that > the problem is that you're appending a URL that contains a query > string to another query string. So, the various params are being mixed > up with each other. You sh

[jQuery] Re: href value

2009-09-17 Thread brian
Are you sure that this.href is not complete? I suspect it is and that the problem is that you're appending a URL that contains a query string to another query string. So, the various params are being mixed up with each other. You should urlencode the href before appending it as a query string. On