如何让jquery精灵缩放工作

时间:2017-03-05 10:42:20

标签: c# jquery asp.net-mvc

我有一张图片,我正在尝试使用spritezoom。我遇到了问题。这是我的代码。

在我看来

 <div class="col-xs-4 item-photo">
            @*<a href="~/Images/IMG_6878_resize-1200x1200.jpg"></a>*@
            <img class="zoom_01" style="max-width: 100%" src="~/Images/IMG_6878_resize-1200x1200.jpg" data-zoom-image="~/Images/IMG_6878_resize-1200x1200.jpg/"/>
        </div>

在我的js表中

$(".zoom_01").spritezoom({

});

我包含的内容:

@section scripts{ 
<script type="text/javascript" src="~/Plugins/Easy-Flexible-jQuery-Image-Zoom-Plugin-Sprite-Zoom/src/jquery.spritezoom.js"></script>
    <script type="text/javascript" src="~/Scripts/ProductJs.js"></script>
}

我还有什么需要加入juery功能吗?

0 个答案:

没有答案