mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
jQuery: removeProp
This commit is contained in:
Vendored
+5
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user