On 18/01/07, Erik Beeson <[EMAIL PROTECTED]> wrote: > Am I missing something or is there no "jQuery way" to load remote > javascript? Looks like $.getScript() uses XHR, so it doesn't work. > > --Erik
Did it work in the past? If not perhaps this could be considered a bug. As XmlHttpRequest only works with scripts on the same domain, maybe there should be a check to see if the request is remote and then add it through <script> tags. That may add quite a bit to the code though, so perhaps as a plugin instead?. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
