$(function() {

  $(".submit-listing").click(function () {
    $("#submit-listing").toggle();
    $("#submit-form").toggle();
  });

});
