Skip to content

Commit df6e53a

Browse files
scottgonzalezjzaefferer
authored andcommitted
jQuery.effects.removePlaceholder: Initial docs
Ref gh-242 Ref gh-288
1 parent 86c6965 commit df6e53a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<entries>
3+
<entry type="method" name="jQuery.effects.removePlaceholder" added="1.12">
4+
<title>jQuery.effects.removePlaceholder()</title>
5+
<signature>
6+
<argument name="element" type="jQuery">
7+
<desc>The original element that has an associated placeholder.</desc>
8+
</argument>
9+
</signature>
10+
<desc>Removes a placeholder created with <a href="/jQuery.effects.createPlaceholder/"><code>jQuery.effects.createPlaceholder()</code></a>.</desc>
11+
<longdesc>
12+
<p>Removes the placeholder for an element. This method is safe to call even if <a href="/jQuery.effects.createPlaceholder/"><code>jQuery.effects.createPlaceholder()</code></a> did not create a placeholder.</p>
13+
</longdesc>
14+
<category slug="effects-core"/>
15+
<category slug="effects"/>
16+
</entry>
17+
</entries>

0 commit comments

Comments
 (0)