Blogger Information
Blog 7
fans 0
comment 0
visits 7660
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
旋转放大图片查看插件
兵临城下的博客
Original
1291 people have browsed it

html中引入地址:

     <script src="{$Think.const.PUBLIC_PATH}js/jquery-1.6.1.min.js"></script>

    <script src="{$Think.const.PUBLIC_PATH}js/jquery.artZoom.js"></script>

    <link href="{$Think.const.PUBLIC_PATH}css/jquery.artZoom.css" rel="stylesheet" type="text/css">

js部分:

<script>

    jQuery(function ($) {

        // var path = 

        $('.artZoom').artZoom({

            // path: './images',   // 设置artZoom图片文件夹路径

            preload: true,      // 设置是否提前缓存视野内的大图片

            blur: true,         // 设置加载大图是否有模糊变清晰的效果

            

            // 语言设置

            left: '左旋转',        // 左旋转按钮文字

            right: '右旋转',       // 右旋转按钮文字

            source: '看原图'       // 查看原图按钮文字

        });

        

        $('#myEmail').html(1987 + '.tangbin@' + 'gmail.com');

    });

</script>


html:

 <a href="{$fan_card_url}" rel="{$fan_card_url}"><img class="artZoom" src="{$fan_card_url}" /></a>



Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post