例 1.5(appendhtml.html)
<html>
<head>
<title>append()方法</title>
<script language="javascript" src="jquery.min.js"></script>
<script language="javascript">
$(function(){undefined
//马克-to-win:add就是又多加了一个元素到集合当中。
$("p:eq(4)").add("p:eq(0)").append("<b>这段应出现在最后</b>");
});
</script>
</head>
<body>
<p>这是第一行</p>
<p>这是第二行</p>
<p>这是第三行</p>
<p>这是第四行</p>
<p>马克-to-win</p>
</body>
</html>
更多内容请见原文,文章转载自:https://blog.csdn.net/qq_44594371/article/details/103062415
相关文章
- 11-05MapReduce当中Combiner的用法
- 11-05jquery 的on事件用法
- 11-05jQuery的方法以及一些用法
- 11-05jquery中this与 this 的用法区别
- 11-05jquery中this与$(this)的用法区别
- 11-05MapReduce当中的reduce当中的cleanup的用法
- 11-05jQuery的一些基础用法
- 11-05window.onload和$函数的区别,document中getElementById()等函数的用法,DOM对象转换成jQuery对象
- 11-05jquery easyui datagrid的一些用法
- 11-05Delphi中的ADOquery 用法以及ADOquery的自有方法Append 和Delete和 Edit 和Post