[jQuery] Re: using JSON... and the jQuery book

2007-07-13 Thread GianCarlo Mingati
Jack thank you very much it will be useful ;-) GC On Jul 12, 7:32 pm, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > This might be of interest to you, too: > >http://code.google.com/p/trimpath/wiki/JavaScriptTemplates > > It will get you around having to do stuff like: > > $.each(entry['mo

[jQuery] Re: using JSON... and the jQuery book

2007-07-12 Thread Jean
tkz for the tip ;D On 7/12/07, Jack Killpatrick <[EMAIL PROTECTED]> wrote: This might be of interest to you, too: http://code.google.com/p/trimpath/wiki/JavaScriptTemplates It will get you around having to do stuff like: $.each(entry['model'], function(modIndex, mod){ res

[jQuery] Re: using JSON... and the jQuery book

2007-07-12 Thread Jack Killpatrick
This might be of interest to you, too: http://code.google.com/p/trimpath/wiki/JavaScriptTemplates It will get you around having to do stuff like: $.each(entry['model'], function(modIndex, mod){ result += ''+ mod + '<\/li>'; }); I use it all the time for merging json data into

[jQuery] Re: using JSON... and the jQuery book

2007-07-12 Thread Jean
Yeah i´m using a lot json for now with json_encode and json_decode libs for php \o/ On 7/12/07, GianCarlo Mingati <[EMAIL PROTECTED]> wrote: Hi all. http://www.gcmingati.net/wordpress/wp-content/uploads/jsonhelicopters.html Here's what i learned form the book, chapter 6 (Ajax techniques). I w