Skip to content

Commit 1c85865

Browse files
scottgonzalezjzaefferer
authored andcommitted
jQuery.effects.saveStyle: Update description
1 parent 9b3d827 commit 1c85865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.effects.saveStyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<desc>The element to save styles for.</desc>
88
</argument>
99
</signature>
10-
<desc>Saves all inline styles applied to an element.</desc>
10+
<desc>Stores a copy of all inline styles applied to an element.</desc>
1111
<longdesc>
1212
<p>Stores a copy of the current inline styles applied to the element, which can be reapplied to the element later using <a href="/jQuery.effects.restoreStyle/"><code>jQuery.effects.restoreStyle()</code></a>. This is useful when animating various styles and restoring the existing styles at the end.</p>
1313
<p>When using <a href="/jQuery.effects.define/"><code>jQuery.effects.define()</code></a> to create an effect, if <code>jQuery.effects.saveStyle()</code> is used on the main element being animated, the styles will be restored automatically when the animation is complete.</p>

0 commit comments

Comments
 (0)