MCPcopy
hub / github.com/tkirda/jQuery-Autocomplete / JQuery

Interface JQuery

src/jquery-plugin.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 Autocomplete: typeof Autocomplete;
8 }
9 interface JQuery {
10 autocomplete(options?: AutocompleteOptions | string, args?: unknown): JQuery | Autocomplete;
11 devbridgeAutocomplete(
12 options?: AutocompleteOptions | string,
13 args?: unknown
14 ): JQuery | Autocomplete;
15 }
16}
17
18const dataKey = "autocomplete";

Callers 2

demo.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected