Render JSONp format

I see that rendering json arrays is very simple but JQuery needs to
have a jsonp format for cross domain requests.

is there a way to have rails output in the jsonp format?

Thanks in advance

On 17 Jun 2010, at 22:50, Geoff wrote:

I see that rendering json arrays is very simple but JQuery needs to
have a jsonp format for cross domain requests.

is there a way to have rails output in the jsonp format?

Just a quick google search on “jsonp rails” brings up:

… and some more interesting links.

Best regards

Peter De Berdt