Created
August 7, 2016 18:19
-
-
Save zaurmag/5f9d1cc0f75db803f7c379da01fd07fa to your computer and use it in GitHub Desktop.
Ajax Magnific Popap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ======= 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