diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index 522b8d1bc..4f16a03f9 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -849,6 +849,11 @@ interface JQuery { */ removeClass(func: (index: number, className: string) => string): JQuery; + /** + * Remove a property for the set of matched elements. + * + * @param propertyName The name of the property to remove. + */ removeProp(propertyName: string): JQuery; /**