Looking for a way to get non JSON data from foreign domain using Ajax, we found the http://www.ajax-cross-domain.com/ lib and the http://dev.jquery.com/ticket/3342 Jquery patch.
Did anybody try them ?
Looking for a way to get non JSON data from foreign domain using Ajax, we found the http://www.ajax-cross-domain.com/ lib and the http://dev.jquery.com/ticket/3342 Jquery patch.
Did anybody try them ?
If you want to do cross-domain communication in javascript, you can probably do better than the old links above. There are newer, easier-to-use approaches including EasyXDM which are worth trying.