jQuery 文档操作方法
2021-06-19 09:05
YPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
标签:on() button jquer 例子 other htm 内容 read javascrip
这些方法对于 XML 文档和 HTML 文档均是适用的,除了:html()。
一、append() 方法
append() 方法在被选元素的结尾(仍然在内部)插入指定内容。
例子:
This is a paragraph.
This is another paragraph.
得出结果
This is a paragraph. Hello world! Hello world! Hello world!
This is another paragraph. Hello world! Hello world! Hello world!
每次点击按钮,都会在元素内容后面添加需要的内容。
jQuery 文档操作方法
标签:on() button jquer 例子 other htm 内容 read javascrip
原文地址:http://www.cnblogs.com/michellexiaoqi/p/7192719.html
上一篇:Hibernate主键生成策略
下一篇:js运算符