Hit*_*wat 6 html javascript magnific-popup
我使用的是 chrome 开发者版。该库未加载,我不明白为什么。chrome 控制台中报告了该错误。这是我的代码:
<ul><li><a class="mediaimage-link" href="~/img/HP/mediakit/The-CorPath-Vascular-Robotic-System_HR.jpg"><img src="~/img/HP/The-CorPath-Vascular Robotic-System-187.jpg" alt="">
</a></li>
<li><a href="https://www.youtube.com/watch?v=TnQsToiKKgw?rel=0&showinfo=0" class="popup-youtube"> <img src="~/img/HP/Iyer-Video-187.jpg" alt=""></a>
</li>
</ul>Run Code Online (Sandbox Code Playgroud)
$(document).ready(function() {
//Media Image Popup
$('.mediaimage-link').magnificPopup({type:'image'});
//Video Iframe Popup
$('.popup-youtube').magnificPopup({
disableOn: 700,
type: 'iframe',
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: false,
fixedContentPos: false
});
});`Run Code Online (Sandbox Code Playgroud)
小智 5
$(document).ready(function ($) {
$('.test-popup-link').magnificPopup({
type: 'image',
gallery: {
enabled: true,
navigateByImgClick: true,
preload: [0,1] // Will preload 0 - before current, and 1 after the current image
}
// other options
});
});
Run Code Online (Sandbox Code Playgroud)
只需传入 $$(document).ready(function ($)
即可开始工作
| 归档时间: |
|
| 查看次数: |
34147 次 |
| 最近记录: |