jq(this.$n()).on('touchstart', this.proxy(this._tapHoldStart))
                .on('touchmove', this.proxy(this._tapHoldMove)) //cancel hold if moved
                .on('click', this.proxy(this._tapHoldClick))    //prevent click during hold
                .on('touchend', this.proxy(this._tapHoldEnd));