“display”: “none”,
});
$(“#lblusername”).html(“”)
$(“#lblrealname”).html(“”);
$(“#sex”).html(“”);
$(“#lbladdress”).html(“”)
$(“#lblemall”).html(“”);
}
(5)、调用
<a class=”showuserinfo” onmouseover=”ShowInfo(‘<%#Eval(“Response_Person”) %>’)” onmouseout=”HiddenInfo()”>
jquery鼠标滑过显示提示框
</a>
希望本文所述对大家的jQuery程序设计有所帮助。










