Skip to content

Commit 9b3d827

Browse files
scottgonzalezjzaefferer
authored andcommitted
jQuery.effects.restoreStyle: Initial docs
Ref gh-242 Ref gh-288
1 parent 87defba commit 9b3d827

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
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.restoreStyle" added="1.12">
4+
<title>jQuery.effects.restoreStyle()</title>
5+
<signature>
6+
<argument name="element" type="jQuery">
7+
<desc>The element to restore styles for.</desc>
8+
</argument>
9+
</signature>
10+
<desc>Restores all inline styles for an element.</desc>
11+
<longdesc>
12+
<p>Restores all inline styles for an element which have been saved using <a href="/jQuery.effects.saveStyle/"><code>jQuery.effects.saveStyle()</code></a>.</p>
13+
</longdesc>
14+
<category slug="effects-core"/>
15+
<category slug="effects"/>
16+
</entry>
17+
</entries>

0 commit comments

Comments
 (0)