My error. original code: $('#jsonForm').ajaxForm({ // dataType identifies the expected content type of the server response dataType: 'json', My code: $('#jsonForm').ajaxForm({ // dataType identifies the expected content type of the server response datatype: 'json', (look datatype original "dataType' upcase("T") tk
From: Matt Quackenbush Sent: Monday, November 09, 2009 10:20 PM To: jquery-en@googlegroups.com Subject: Re: [jQuery] jquery form... Why? Simple. Because the variable does not exist. :D On Mon, Nov 9, 2009 at 7:09 PM, Lord Gustavo Miguel Angel wrote: hi. i´m try with this example: http://www.malsup.com/jquery/form/#json but Alert(data.message) return "undefinited" why? tk-.