[jQuery] Unsubscribe
[jQuery] Unsubscribe
Unsubscribe
________________________________________
From: jquery-en@googlegroups.com [jquery-en@googlegroups.com] On Behalf Of Dave Roberts [dave.a.roberts@gmail.com]
Sent: Monday, March 16, 2009 1:41 PM
To: jQuery (English)
Subject: [jQuery] Form Plugin data return type
Hello, I'm trying to submit a form via Ajax and receive a JSON return
type
http://imgur.com/2KZ1.png
As you can see in the screen shot, I call the method ajaxForm, and on
success of the ajax call, processJson is being invoked. This method
only outputs a data.message alert.
For some reason, the message is always "undefined".
I am showing a screen shot of my Firebug debugging, showing that the
variable data is indeed populated with the data I have. What am I
missing?