在本文中,我们将使用 jQuery 将一些文本附加到所有段落元素。要将一些文本附加到所有段落元素,我们使用append()和document.createTextNode()方法。
jQuery append()方法用于在所选元素的末尾插入一些内容。
句法:
$(selector).append( content, function(index, html) )
例子:
HTML
GeeksforGeeks
How to append some text to
all paragraphs using jQuery?
Computer Science Portal
Welcome
输出:
点击按钮前:
点击按钮后: