Stefan,

Any particular reason why you'd want to do this??

Usually its the opposite... posting form fields normally (usually
easier to interpret by the server-side script) and then returning a
JSON object to jQuery, in which case you can use $.getJSON()

Alex

On Aug 29, 3:19 am, "Stefan Sturm" <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> I'm using the jQuery Form PlugIn(http://www.malsup.com/jquery/form/)
> to handle my Forms. I like it, but I have a question about an
> improvment:
> At this time all form fields are send using post, but it wold be nice,
> to send all form fields json encoded as one post parameter.
>
> Is there a way to do this?
>
> Thanks and greetings,
> Stefan Sturm

Reply via email to