[Solved] How can i scroll the page with img tag [closed]
$(window).load(function () { (function ($) { jQuery.fn.extend({ slimScroll: function (o) { var ops = o; //do it for every element that matches selector this.each(function () { var isOverPanel, isOverBar, isDragg, queueHide, barHeight, divS = “<div></div>”, minBarHeight = 30, wheelStep = 30, o = ops || {}, cwidth = o.width || “auto”, cheight = o.height || … Read more