弹出窗口已打开,但仍在继续加载。我复制了示例页面中的代码,该代码工作正常。 css,js和ajax-content的路径是'bonafide'。 我无法理解它。
http://gerardwessel.nl/swipe/index_ajaxklik.html
<head>
<link rel="stylesheet" href="popup/magnific-popup.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="popup/jquery.magnific-popup.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.simple-ajax-popup').magnificPopup({
type: 'ajax'
});
});
</script>
<title>ajax klik</title>
</head>
<body>
<a href="ajaxtekst.html" class="simple-ajax-popup">Load content via ajax</a>
</body>