top: (
                e.pageY                                                                    // The absolute mouse position
                - this.offset.click.top                                                    // Click offset (relative to the element)
                - this.offset.parent.top                                                // The offsetParent's offset without borders (offset + border)
                + (this.offsetParent[0] == document.body ? 0 : this.offsetParent[0].scrollTop)    // The offsetParent's scroll position, not if the element is fixed