$(function(){
  var content = $('#bid_post').html();
  $('#show_bid_post').html(content);
  $('#bid_post').html('');
});
