Skip to content

Instantly share code, notes, and snippets.

@zaurmag
Created August 7, 2016 18:19
Show Gist options
  • Save zaurmag/5f9d1cc0f75db803f7c379da01fd07fa to your computer and use it in GitHub Desktop.
Save zaurmag/5f9d1cc0f75db803f7c379da01fd07fa to your computer and use it in GitHub Desktop.
Ajax Magnific Popap
// ======= Ajax - Magnific Popap =======
$('.simple-ajax-popup').magnificPopup({
type: 'ajax',
tLoading: '<img src="/components/com_jshopping/images/cartajax-loading.gif" />',
closeOnContentClick: false,
showCloseBtn: false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment