On 9 Mar, 04:33, bwdev <[EMAIL PROTECTED]> wrote: > I need to do a post and then have the posting page return some data > into a var. I've tried a few things but can't seem to get it to > work. Please see my pseudo code below. How can I have the posting > page return data via json?
hi, here it is your code, that should work:
> jQuery.post(container.url, {
> "data1":1},
> function(data){
> var rData=data
> });
:)
andrea

