Can Jaxer help with cross-domain Ajax?

On the server side, Jaxer runs with full privileges, so it's not restricted from interacting with other domains. And on the browser side, accessing the server side is really, really easy. Put them together and you have a solution to the common cross-domain Ajax problem, that is, the restriction that browser code only make web requests within its own domain.

In Jaxer, the simplest solution is a single-line function, get(url), that makes the request and returns the results. Of course it can be dressed up to do a lot more. In any case, the rest of the sample is window dressing:
Click to see what it looks like in a browser: