jquery load取的目标页的dom

| |
[不指定 2008/09/11 11:21 | by Else ]
先建两个文件做测试
被加载的页jt1.html
执行页jt2.html
jquery版本:1.2.6

jt2.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="js/jquery.js" type="text/javascript"></script>
<script>
$(document).ready(function(){  
      $("div").load("jt1.html #tb1");
});
</script>
</head>

<body>
<div></div>
<span></span>
</body>
</html>


jt1.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
a
<table width="200" border="1" id="tb2">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
<table width="200" border="1" id="tb1">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
<p>aa</p>
</body>
</html>


作者:Else 's Blog
地址:http://www.aixq.com/post/1204/
版权所有。转载时必须链接形式注明作者和原始出处及本声明!
  • 中查看更多“jquery load取的目标页的dom ”相关内容
  • 中查看更多“jquery load取的目标页的dom ”相关内容
  • 中查看更多“jquery load取的目标页的dom ”相关内容
  • 中查看更多“jquery load取的目标页的dom ”相关内容
  • 中查看更多“jquery load取的目标页的dom ”相关内容
  • 中查看更多“jquery load取的目标页的dom ”相关内容

  • 最后编辑: Else 编辑于2008/09/11 11:24
    Tags: , ,
    代码 程序 编程 | 评论(1) | 引用(0) | 阅读(673)
    aaa
    2008/09/11 23:55
    $("#recom").load(window.location.href+" #recom");
    分页: 1/1 第一页 1 最后页
    发表评论
    表情
    emotemotemotemotemot
    emotemotemotemotemot
    emotemotemotemotemot
    emotemotemotemotemot
    emotemotemotemotemot
    打开HTML
    打开UBB
    打开表情
    隐藏
    昵称   密码   游客无需密码
    网址   电邮   [注册]