$.ajax, jQuery 1.3, not working with url containing fragment identifier in IE

$.ajax, jQuery 1.3, not working with url containing fragment identifier in IE


All,
I'd like to confirm if this is a bug - if you have a url containing a
fragment identifier like "test.html#test" then using $.ajax the
request will not successfully load in IE (tested in IE7, e.g. IE8 in
IE7 mode, standards mode).
$.ajax({
url: "test.html#test"
});
I ran into that issue with Tabs yesterday. Am I correct?
--Klaus