Ⓙⓐⓚⓔ schrieb:
> line 1691 of latest jquery * $Rev: 249 $
>
>
> // Make sure the browser sends the right content length
> if ( xml.overrideMimeType )
>>> xml.setRequestHeader("Connection", "close");
>
>
> should probably read:
>
> xml.overrideMimeType('text/xml');
>
> At least that is how I want it. Overriding html mime type lets files
> served as 'html' to be used in $('body',xml) type expressions.
>
>
These lines seem to be ok, they are supposed to fix this bug:
https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=246651
Prototype has this fix as well:
http://dev.rubyonrails.org/ticket/3564
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/