1代码如下:
<th type="other" realhref="html/userinfo/userInfo_viewUser.html?ID=XXXX" click="viewUser(this);" title="状态">王强</th>
function viewUser(t) {
var $t = $(t);
var ttext=$t.text();//ttext的值,即为“王强”
}
1代码如下:
<th type="other" realhref="html/userinfo/userInfo_viewUser.html?ID=XXXX" click="viewUser(this);" title="状态">王强</th>
function viewUser(t) {
var $t = $(t);
var ttext=$t.text();//ttext的值,即为“王强”
}