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
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
Just a quick google search on “jsonp rails” brings up:
http://www.sitepoint.com/blogs/2006/10/05/json-p-output-with-rails/
… and some more interesting links.
Best regards
Peter De Berdt