You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Copyright 2011 Dan Drinkard, <dan.drinkard@gmail.com>
* MIT License
*/
(function(d){d.fn.mouseoverGallery=function(e){vara=d(this),c,b={},f={selector:"img"},g=function(b){if(a.data("active")){varb=b.pageX,d=a.offset().left,e=a.width();c.eq(Math.floor((b-d)/e*c.length)).show().siblings().hide()}};returnfunction(){b=d.extend(b,f,e);c=a.find(b.selector);if(1<!c.length)returnwindow.console&&console.log&&console.log(a.selector+': not enough children matching selector "'+b.selector+'" found, aborting.'),a;c.eq(0).siblings().hide();a.hover(function(){a.data("active",!0)},