[jQuery] Re: Parsing a complicated JSON file with JQUERY !

2009-07-24 Thread Abraham Boray
(data, function(i){ //here i want to show my json records after parsing the different tables $(#postContent).html('some records here'); }); }, 'json'); return false; }); I hope I did explain it well this time regards Abraham On Jul 22, 3:17 pm, Abraham Boray abrahambo

[jQuery] Parsing a complicated JSON file with JQUERY !

2009-07-22 Thread Abraham Boray
As U can see guys , I got that json structure , I want to parse it with jquery , I searched in the web but it's seems my json file is a bite complicated :S here is the picture more clear thatn the file down ! http://www.zshare.net/image/63013802b34a7372/ Here is my plane JSON file