jquery设置与获取HTML组件的值
设置
$("#sessPicId_text").val(id);
function showThisPic(id) {$("#showArea").load("admin/showPicById.action?id=" + id);$("#sessPicId_text").val(id);}
$("#currentPage").html()
function prePage() {var page = parseInt($("#currentPage").html()) - 1;loadPicList(page);}