这个append()方法在jQuery中, 用于在所选元素的末尾插入一些内容。
语法如下:
$(selector).append( content, function(index, html) )
参数:此方法接受上面提到和下面描述的两个参数:
- 内容:它是必需的参数, 用于指定要在所选元素的末尾插入的内容。内容的可能值为HTML元素, jQuery对象和DOM元素。
- 函数(索引, html):它是可选参数, 用于指定将返回要插入的内容的函数。
- 指数:它用于返回元素的索引位置。
- 的HTML:它用于返回所选元素的当前HTML。
<
!DOCTYPE html>
<
html >
<
head >
<
title >
jQuery append() Method
<
/ title >
<
script src="
https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js">
<
/ script >
<
!-- Script to append content -->
<
script >
$(document).ready(function(){
$("#btn1").click(function(){
$("p").append(" <
b >
Append Geeks<
/ b >
.");
});
$("#btn2").click(function(){
$("ol").append("<
li >
Append Gfg<
/ li >
");
});
});
<
/ script >
<
/ head >
<
body >
<
h1 style = "margin-left: 150px;
" >
Geeks<
/ h1 >
<
p >
lsbin<
/ p >
<
p >
Jquery<
/ p >
<
ol >
<
li >
Gfg 1<
/ li >
<
li >
Gfg 2<
/ li >
<
li >
Gfg 3<
/ li >
<
/ ol >
<
button id = "btn1" >
Append Geeks<
/ button >
<
button id = "btn2" >
Append Gfg<
/ button >
<
/ body >
<
/ html >
输出如下:
【jQuery append()方法用法介绍】在单击按钮之前:
文章图片
单击按钮后:
文章图片
文章图片
范例2:本示例将内容附加在段落的末尾。
<
!DOCTYPE html>
<
html >
<
head >
<
title >
jQuery append() Method
<
/ title >
<
script src="
https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js">
<
/ script >
<
!-- Script to append content -->
<
script >
$(document).ready(function() {
$("button").click(function() {
$("p").append(function(n) {
return "<
b >
Index of Element is "
+ n + ".<
/ b >
";
});
});
});
<
/ script >
<
/ head >
<
body >
<
h1 style = "margin-left:150px;
" >
Geeks<
/ h1 >
<
p >
Geeks for Geeks<
/ p >
<
p >
Jquery_append<
/ p >
<
button >
Insertion using Append Method()
<
/ button >
<
/ body >
<
/ html >
输出如下:
在单击按钮之前:
文章图片
单击按钮后:
文章图片
推荐阅读
- Perl中的Hello World程序详细介绍
- 如何在Angular中使用click事件动态创建按钮()
- 如何在Ubuntu中设置cron作业
- 操作系统中的可变(或动态)分区
- + _运算符在JavaScript中是什么意思()
- 操作系统中的逻辑和物理地址详细介绍
- AngularJS ng-model指令用法详解
- AngularJS Include指令用法详细介绍
- window和mac笔记本怎么拼接屏幕及设置