$(document).on("mouseenter",".following-button", function(){
      $(this).hide();
      $(this).siblings(".unfollow-button").show();
    });