[jQuery] Re: getJSON callback not executing

2008-06-26 Thread Ryura
Use a GET request. On Jun 26, 2:38 pm, wellmoon <[EMAIL PROTECTED]> wrote: > After more research I discovered for jsonp callbacks to work, the PHP > needs to return the name of the function as well as (which the flicker > service does in the $.getJSON example), so I added this to the PHP > file

[jQuery] Re: getJSON callback not executing

2008-06-26 Thread wellmoon
After more research I discovered for jsonp callbacks to work, the PHP needs to return the name of the function as well as (which the flicker service does in the $.getJSON example), so I added this to the PHP file. For reference the PHP file now consists of this: However, the page is still not