NBA 커버스순위
Top Consensus Picks - Overall Sides
League:
SELECT DATE:
DATE/TIME
MATCHUP
LEAGUE
CONSENSUS
ODDS
PICKS
INDEPTH
Tue. Apr. 04
7:00 PM

Charlotte
Washington
NBA
27 %
73 %
+3
-3
214
587
Details
Tue. Apr. 04
8:00 PM

Chicago
New York
NBA
72 %
28 %
-3.5
+3.5
548
208
Details
Tue. Apr. 04
7:00 PM

Brooklyn
Philadelphia
NBA
29 %
71 %
-2
+2
225
563
Details
Tue. Apr. 04
7:00 PM

Orlando
Cleveland
NBA
35 %
65 %
+10
-10
261
490
Details
Tue. Apr. 04
8:00 PM

Milwaukee
Oklahoma City
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:"free", wr_id:"5721102"},
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;
}
});
}
댓글 0
×
작성자지정
신고를 접수하시겠습니까?