(function($) { $.fn.magnifier = function(options){ var options = $.extend({ bigWidth: 400, //大图高度 bigHeight: 400, //大图高度 offset: 10, //大图与小图之间的偏移 condition: true },options); return this.each(function(){ var self = $(this); if(options.condition === tr…