/*
* @copyright QiaoQiaoShiDai Internet Technology(Shanghai)Co.,Ltd
* @license https://www.oaooa.com/licenses/
*
* @link https://www.oaooa.com
* @author zyx(zyx@oaooa.com)
*/
(function($,document,window) {
$.fn.dzzthumb = function(options) {
var defaults = {
root: 'body',
selector: 'img[data-original]',
container: $('body'),
allowdownload:0 ,//是否允许下载按钮
callback:null,
event:'click'
},
opts = $.extend(defaults, options),
angle = 0,
scale=1,
$imgs=[],
current = 0;
$imgs[opts['root']] = $(this);
$imgs[opts['root']].off(opts['event']+'.'+opts['root']).on(opts['event']+'.'+opts['root'], function() {
var self = this;
$imgs[opts['root']].each(function(index) {
if(this == self) current = index;
});
setupDom();
showContent();
return false;
});
var setupDom = function() {
$('html,body').addClass('dzzthumb_body');
if(!document.getElementById('MsgContainer')) {
$('