[NBA PO] 토론토, 필라델피아 플레이오프 2라운드 시리즈 프리뷰
![[NBA PO] 토론토, 필라델피아 플레이오프 2라운드 시리즈 프리뷰](https://thumb.named.net/normal/resize/origin/file/match/editor/1904/54117942b62eafb05498d64eb30be2b9_VfZRSYQQ.png)
![[NBA PO] 토론토, 필라델피아 플레이오프 2라운드 시리즈 프리뷰](https://thumb.named.net/normal/resize/origin/file/match/editor/1904/54117942b62eafb05498d64eb30be2b9_aluLQef2IW7GmxNyP.jpg)
카와이 레너드 2018-19, 26pts 7.3reb 3.3ast
![[NBA PO] 토론토, 필라델피아 플레이오프 2라운드 시리즈 프리뷰](https://thumb.named.net/normal/resize/origin/file/match/editor/1904/54117942b62eafb05498d64eb30be2b9_2OQNME4hm.jpg)
![[NBA PO] 토론토, 필라델피아 플레이오프 2라운드 시리즈 프리뷰](https://thumb.named.net/normal/resize/origin/file/match/editor/1904/54117942b62eafb05498d64eb30be2b9_pOeet8vjrCwj.jpg)
마크 가솔 2018-19, 13.6pts 7.9reb 4.4ast
let lock_recomment = false;
function recommendArticle() {
if (lock_recomment) {
return;
}
lock_recomment = true;
jQuery.ajax({
type: "post",
url: "./recommend.ajax.php",
catche:false,
data: {bo_table:"match", wr_id:"2589"},
dataType : "json",
success: function(res) {
lock_recomment = false;
alert(res.msg);
switch (res.code) {
case "success" :
$('#recommendButtonNew span').html(
parseInt($('#recommendButtonNew span').html()) + 1
);
$('.artc_info .count_reply span').html(
parseInt($('.artc_info .count_reply span').html()) + 1
);
break;
default :
return false;
break;
}
},
error: function(res) {
lock_recomment = false;
}
});
}
댓글 1