Albert 網路筆記
2013年6月5日 星期三
JQuery 更換或附加內容
附加內容
$('#target').append(newcontent);
附加內容前清除原有內容
$("#target").empty().append(newcontent);
更換內容
$('#target').html(newcontent);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言