Lines Matching refs:eventNamespace
102 this.element.on("selectstart" + this.eventNamespace, opts.delegate,
110 eventNames = "contextmenu" + this.eventNamespace;
112 eventNames += " taphold" + this.eventNamespace;
118 this.element.off(this.eventNamespace);
238 $(document).on("keydown" + this.eventNamespace, function(event) {
242 }).on("mousedown" + this.eventNamespace + " touchstart" + this.eventNamespace,
249 $(window).on("blur" + this.eventNamespace, function(event) {
281 this.$menu.on("contextmenu" + this.eventNamespace, function(event) {
309 .off("mousedown" + this.eventNamespace)
310 .off("touchstart" + this.eventNamespace)
311 .off("keydown" + this.eventNamespace);
313 .off("blur" + this.eventNamespace);
319 .off("contextmenu" + this.eventNamespace);