作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 Vanillabox,我刚刚从 http://cocopon.me/app/vanillabox/index.html 下载它.
我已经实现它以在我的应用程序上显示图像:
<head>
<meta charset="UTF-8">
<title>Guarantee</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="vanillabox/theme/bitter/vanillabox.css">
<script src="js/jquery-2.1.0.js" type="text/javascript"></script>
<script type="text/javascript" src="vanillabox/jquery.vanillabox.js"></script>
</head>
............
<div class="col-md-4" style="text-align: left">
<a id="singleimage" href="images/testimonies/Rolls Royce Testimony
Highlighted.JPG" style="color: black; font-weight: bold;">Rolls Royce
Testimony Highlighted</a>
</div>
............
<script type="text/javascript">
$(document).ready(function() {
$("#singleimage").vanillabox({
closeButton: true
});
});
</script>
</body>
但是,单击链接会在浏览器上显示为另一个页面,而不是在我的测试网页上显示图像模式类型 - 我必须在其中单击“后退”才能返回到我的 Web 应用程序。
我缺少什么才能使图像点击正常工作?
我已经验证了js和css文件的路径:
最佳答案
我无法立即看到问题,但您可以检查浏览器的 JavaScript 控制台以获取更多详细信息。似乎原版盒子由于某种原因没有激活。
编辑:这应该出现在OP的评论中,但由于某种原因我没有看到“添加评论”???
关于javascript - 无法使用 Vanillabox 正确显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23374753/
我正在尝试使用 Vanillabox,我刚刚从 http://cocopon.me/app/vanillabox/index.html 下载它. 我已经实现它以在我的应用程序上显示图像:
我是一名优秀的程序员,十分优秀!