【发布时间】:2010-05-31 11:54:50
【问题描述】:
我有一个简单的 jquery 脚本可以在除 IE 之外的所有设备上运行
j('.slide').click(function(){
j('#content').load('/menu.php');
return false;
});
这是网址http://identitykit.gotdns.org/ 它是有效的 xhtml,所有其他类似的问题都无法回答我的问题。
menu.php 以
开头<?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
?>
【问题讨论】:
标签: jquery load internet-explorer-6