if ( scrollBottom > bottomTarget ) {
                if ( !this._bottomlock ) {
                    $(this.container).trigger("jes:bottomThreshold");
                    this._bottomlock = true;
                }