MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / JQueryCallback

Interface JQueryCallback

libs/jquery.d.ts:70–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 Interface for the JQuery callback
69*/
70interface JQueryCallback {
71 add(...callbacks: any[]): any;
72 disable(): any;
73 empty(): any;
74 fire(...arguments: any[]): any;
75 fired(): boolean;
76 fireWith(context: any, ...args: any[]): any;
77 has(callback: any): boolean;
78 lock(): any;
79 locked(): boolean;
80 remove(...callbacks: any[]): any;
81}
82
83/*
84 Allows jQuery Promises to interop with non-jQuery promises

Callers 12

cFunction · 0.80
nrFunction · 0.65
runMethod · 0.65
runMethod · 0.65
runMethod · 0.65
castMethod · 0.65
runMethod · 0.65
setCurrentMethod · 0.65
kFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected