diff --git a/types/jquery/index.d.ts b/types/jquery/index.d.ts index 9e6a67e440..e99260c2de 100644 --- a/types/jquery/index.d.ts +++ b/types/jquery/index.d.ts @@ -1793,6 +1793,7 @@ interface JQuery { * @param handler A function to execute after the DOM is ready. * @see {@link https://api.jquery.com/ready/} * @since 1.0 + * @deprecated 3.0 */ ready(handler: ($: JQueryStatic) => void): this; /**