[jQuery] Re: incomplete data receive with POST method

2009-02-13 Thread rocky
On Feb 13, 2:54 am, James wrote: > Please post to the group instead of emailing directly to me. You'll > probably have a better response. Thanks. > > You're right about that. I didn't realize it was POST. Try using: > data: {book:list}, > instead and see if it works. > > ---

[jQuery] Re: incomplete data receive with POST method

2009-02-12 Thread James
Please post to the group instead of emailing directly to me. You'll probably have a better response. Thanks. You're right about that. I didn't realize it was POST. Try using: data: {book:list}, instead and see if it works. rocky wrote: thanks james for reply i know

[jQuery] Re: incomplete data receive with POST method

2009-02-11 Thread James
I think the + character is being interpreted as a space in the URL. Try using encodeURI() on the variable like: data: "book="+encodeURI(list) http://xkr.us/articles/javascript/encode-compare/ On Feb 11, 6:17 am, rocky wrote: > i m posting some data on url page but it displays incomplete.followi