this.offset.click = {                                                                            //Where the click happened, relative to the element
            left: e.pageX - this.offset.left,
            top: e.pageY - this.offset.top
        };