[jQuery] Re: Posting a serialized string without Ajax ??

2009-02-04 Thread brian
On Wed, Feb 4, 2009 at 12:10 PM, sinkingfish wrote: > > > Hi, > > I think i might be overlooking the obvious but I've got a string from my > sortable list, something like : > item[]=3&item[]=1... > > I don't want to post this using ajax, I want to do a plain old post, but how > do I append the st

[jQuery] Re: Posting a serialized string without Ajax ??

2009-02-04 Thread Stephan Veigl
Hi Brain, you can put it into a hidden input field and do a normal user submit of the form. by(e) Stephan 2009/2/4 sinkingfish : > > > Hi, > > I think i might be overlooking the obvious but I've got a string from my > sortable list, something like : > item[]=3&item[]=1... > > I don't want to p

[jQuery] Re: Posting a serialized string without Ajax ??

2009-02-04 Thread Liam Potter
put it into a variable, and post the variable. sinkingfish wrote: Hi, I think i might be overlooking the obvious but I've got a string from my sortable list, something like : item[]=3&item[]=1... I don't want to post this using ajax, I want to do a plain old post, but how do I append the stri