$("#datalist").children().remove();
$("#test tbody").html("");
$(
"#test tbody"
).html(
""
);
$("div").empty()