Mike Alsup wrote:
>> what format does the return information need to be to get showResponse to
>> execute when dataType is set json, and with that said, should I have the
>> dataType set if I will be return information in the format of:
>>
>> logged: true, moreinfo: the text, someother: blahblah
>
> I suspect you're getting a script error because that's not valid json.
> You need to return an object, like:
>
> { logged: true }
Please note: that's valid JavaScript, yes, but to make it valid JSON:
{"logged": true}
http://json.org
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/