징글징글하네 ㅋㅋㅋㅋㅋㅋ
뻥 아이디를 몇개를 쳐 만들어서 괴롭히는거냐
할짓 드릅게 없나 보네 ㅋㅋㅋㅋㅋㅋ
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:"crime", wr_id:"10531343"}, 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