jQuery.effects.removePlaceholder( element )version added: 1.12
Description: Removes a placeholder created with jQuery.effects.createPlaceholder().
-  
jQuery.effects.removePlaceholder( element )
-  elementType: jQueryThe original element that has an associated placeholder.
 
 -  
 
Removes the placeholder for an element. This method is safe to call even if jQuery.effects.createPlaceholder() did not create a placeholder.