jQuery使用prepend()方法在元素前添加内容用法实例
本文实例讲述了jQuery使用prepend()方法在元素前添加内容的用法。分享给大家供大家参考。具体分析如下:
下面的代码可实现在文本前和列表前添加新的元素
<!DOCTYPEhtml>
<html>
<head>
<scriptsrc="js/jquery.min.js">
</script>
<script>
$(document).ready(function(){
$("#btn1").click(function(){
$("p").prepend("<b>Prependedtext</b>.");
});
$("#btn2").click(function(){
$("ol").prepend("<li>Prependeditem</li>");
});
});
</script>
</head>
<body>
<p>Thisisaparagraph.</p>
<p>Thisisanotherparagraph.</p>
<ol>
<li>Listitem1</li>
<li>Listitem2</li>
<li>Listitem3</li>
</ol>
<buttonid="btn1">Prependtext</button>
<buttonid="btn2">Prependlistitem</button>
</body>
</html>
希望本文所述对大家的jQuery程序设计有所帮助。
热门推荐
10 结婚祝福语嫂子的话简短
11 女生求婚朋友祝福语简短
12 婚礼父母在家祝福语简短
13 卡片祝福语幽默简短英文
14 PMP考试祝福语简短励志
15 毕业祝福语贺词大全简短
16 桔梗配什么祝福语简短
17 送离别同事简短祝福语
18 工作离别祝福语 英语简短