本文实例讲述了jQuery使用after()方法在元素后面添加多项内容的方法。分享给大家供大家参考。具体分析如下:
jQuery可通过after()方法在元素后面添加多项内容,after()可以带多个参数,在指定元素后面添加多项内容
[removed]
[removed]
[removed]
function afterText()
{
var txt1="I "; // Create element with HTML
var txt2=$("").text("
本文实例讲述了jQuery使用append在html元素后同时添加多项内容的方法。分享给大家供大家参考。具体分析如下:
下面的代码可以同时在文本段落后添加多项内容
[removed]
[removed]
[removed]
function appendText()
{
var txt1="Text."; // Create text with HTML
var txt2=$("").text("Text."); // Create text with jQuer