jq删除标签中的元素

$("#datalist").children().remove();

 $("#test tbody").html("");

$("div").empty()

原文地址:https://www.cnblogs.com/19322li/p/11087828.html