delarge
12/20/2018 - 4:50 PM

Magnific enhance links on inline popup

Keep href intact

    $(".popup-modal").magnificPopup({
      type: "inline",
      preloader: false,
      mainClass: "mfp-fade"
      //	focus: '#username',
      //	modal: true
    });

    $(".popup-modal").click(function() {
      return FALSE;
    });
    
    /* <a class="popup-modal" data-mfp-src="#start-project" href="/contact/">Start Project</a> */