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>              
                
                可用参数:
版权声明
文章来源: https://www.uihtm.com/jquery/8395.html
版权说明:仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。我们非常重视版权问题,如有侵权请邮件(44784009#qq.com)与我们联系处理。敬请谅解!


                    



















