The key is 'local' :)

I need a local HTML file loading local XML files :)

Ⓙⓐⓚⓔ wrote:
> what kind of header are you getting?
>
> The $.ajax complete call back gives back the entire request, including
> the headers,
>
> (Function) complete - A function to be called when the request
> finishes. The function gets passed two arguments: The XMLHttpRequest
> object and a string describing the type of success of the request.
>
> Whereas the success call back gives you whatever it got!
>
> On 3/14/07, Mike Alsup <[EMAIL PROTECTED]> wrote:
>   
>>> However, if XML is loaded through .get, it is passed to the
>>> processing function as text, not as a document.
>>>       
>> That is not true.  If the server returns an XML document, that's what
>> is passed to your success handler.  You need to make sure your server
>> is setting the response content type to XML.
>>
>> _______________________________________________
>> jQuery mailing list
>> discuss@jquery.com
>> http://jquery.com/discuss/
>>
>>     
>
>
>   

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to