$("div.className"),$("div#idname")
选中类为className的div。选中ID为idname的div。
$("element").html(),html内容,带标签。
$("element").text(),html内容,无标签。