if ( scrollTop < topTarget ) {
                if ( !this._toplock ) {
                    $(this.container).trigger("jes:topThreshold");
                    this._toplock = true;
                }