It seems like IE7 will not actually make ajax requests unless I use
$.ajax({cache:false}).

I really like the $.load method though because of how it combines
selecting the dom node to update, downloading the page, and then
plugging it in.  Is there some easy way of forcing IE to make ajax
calls?

Reply via email to