
AJAX
文章平均质量分 63
garcon1986
永远走在路上的前行者
关注实现细节,向专家进发!!!
展开
-
GETBOUNDINGCLIENTRECT CAUSES 'UNSPECIFIED ERROR' IN IE7 AFTER AJAX in Jquery 1.4.2
/*By Jiangong SUN*/ This problem occurs when we calculate the offset for hidden div in ajax in our project. It's produced in IE 7. Here is the solution : In jquery.1.4.2.js, replace :原创 2011-12-15 05:02:08 · 1172 阅读 · 0 评论 -
Ajax使用示例
/***************************by Jiangong SUN********************************/ Index.php: S E for.php: error_reporting(E_ALL ^ E_NOTICE); if($url = $_GET[url]){ for($i=1;$i echo $url;原创 2010-02-12 23:44:00 · 950 阅读 · 0 评论