法一
在每個p元素後插入內容
$("button")
$("p")
});
法二
$("button")
$("p")
return "<p>The p element above has index " + n + "</p>";
});
});
after中函數必須返回一個html字符串
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/20224.html
法一
在每個p元素後插入內容
法二
after中函數必須返回一個html字符串