jquery.getJSON成功后返回操作的function里怎么调用当前this对象?
1个回答
展开全部
$("a.stop").click(function() {
var th = this; // 这里是重点
var value = $(th).attr("value");
$.getJSON("__APP__/Staffs/stopStaff/id/" + value,
function(data) {
if (data.status == 1) {
$(th).html('恢复'); // 还有这里
} else {
$.msgBox(data.info, '错误', ' ', 'error', ' ');
}
});
});
var th = this; // 这里是重点
var value = $(th).attr("value");
$.getJSON("__APP__/Staffs/stopStaff/id/" + value,
function(data) {
if (data.status == 1) {
$(th).html('恢复'); // 还有这里
} else {
$.msgBox(data.info, '错误', ' ', 'error', ' ');
}
});
});
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询