[jQuery] Re: json-in-script and getJSON

2007-06-22 Thread LVCHEN
Thanks a lot guys. You are really helpful. I will keep working on it. On 6月20日, 下午3時51分, "Michael Geary" <[EMAIL PROTECTED]> wrote: > getJSON won't work, but my JSON plugin will. It's designed for this kind of > cross-domain use: > > http://mg.to/2006/01/25/json-for-jquery > > -Mike > > _

[jQuery] Re: json-in-script and getJSON

2007-06-20 Thread Michael Geary
getJSON won't work, but my JSON plugin will. It's designed for this kind of cross-domain use: http://mg.to/2006/01/25/json-for-jquery -Mike _ From: it won't work! getJSON uses ajax... ajax can't go to another site. On 6/20/07, LVCHEN <[EMAIL PROTECTED]

[jQuery] Re: json-in-script and getJSON

2007-06-20 Thread Ⓙⓐⓚⓔ
it won't work! getJSON uses ajax... ajax can't go to another site. On 6/20/07, LVCHEN <[EMAIL PROTECTED]> wrote: I am doing some hack for blogger. Blogger API has offered JSON feed for user to load recent posts. This allows you to query a blog's public feed and get the resulting entries retu