[jQuery] Problems parsing posted array of objects

2008-07-20 Thread Mau
Hello, I have this on my client-side: function BigAction(inputdata) { var url = 'index2.php'; $('#progressIndicator').show('fast', function () { $.post(url, inputdata, function(data) { $.each(data.items, function(i,item){

[jQuery] Re: Using $.post with complex JSON structures

2008-07-20 Thread Mau
I am having the some problem... obviously, I'm trying to post different data, but structured the same way... and I'm also getting "[object object]" on PHP side... maybe if we bang our heads at same time to wall :) I'll let you know if make it through the wall On Jul 10, 10:07 am, lionstone <[EM