Removes the selected property from all objects in a collection.
$(selector).removeProp(propertyName);It is recommended that you only use this method to remove custom properties, as removing native elements from DOM objects or the window object may cause a browser error
The name of the property you wish to remove.
The original Dabby collection.
None.