$likeBtn.on('click', function (e) {
        if (e.target !== $likeBtn[0]) {
          return;
        }
        e.preventDefault();