Vanillabox压缩包的目录结构。
+ doc
LICENSE.txt
README.txt
+ vanillabox
| + theme
| jquery.vanillabox-#.#.#.min.js
| jquery.vanillabox.j
引入必要的js和css文件
<link rel="stylesheet" href="vanillabox/theme/bitter/vanillabox.css">
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="vanillabox/vanillabox-#.#.#.min.js"></script>
调用插件
以下是最基本的调用方式,参数全是默认值。
<script type="text/javascript">
$(document).ready(function() {
$('selector-for-image-elements').vanillabox();
});
</script>
可用参数:
版权声明
版权说明: 仅限用于学习和研究目的;不得将上述内容用于商业和非法用途!否则一切后果自负。我们非常重视版权问题,如有侵权请邮件至(171373236#qq.com)与我们联系处理,敬请谅解!





















