data属性

JavaScript

$(function(){
    $('.zoomify').zoomify();
});

HTML

<div class="wrap">
    <img class="zoomify" src="images/img1.jpg" alt="" 
    data-duration="2000" data-easing="linear" data-scale="0.8" >
</div>

dowebok.com 说 明 下 载