//jQuery获取包括当前元素的HTML
$("#current").prop("outerHTML");
//其它用法
$("input").prop("disabled", false);//只读
$("input").prop("checked", true);//全选