02-13-2008, 04:44 AM
[eluser]Isern Palaus[/eluser]
Hello,
One of the mistakes on de jQuery was that writting JSON in uppercase it doesn't gets as OBJECT:
Change it for:
And now YES :-).
When I have the all AJAX code/controller/model I'll publish as a Tutorial.
Regards,
-- Isern Palaus
Hello,
One of the mistakes on de jQuery was that writting JSON in uppercase it doesn't gets as OBJECT:
Code:
dataType: "JSON",
Change it for:
Code:
dataType: "json",
And now YES :-).
When I have the all AJAX code/controller/model I'll publish as a Tutorial.
Regards,
-- Isern Palaus