You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/jQuery.widget.xml
+20
Original file line number
Diff line number
Diff line change
@@ -256,6 +256,26 @@ _init: function() {
256
256
Called whenever the <ahref="#method-option"><code>option()</code></a> method is called, regardless of the form in which the <code>option()</code> method was called.
257
257
<p>Overriding this is useful if you can defer processor-intensive changes for multiple option changes.</p>
258
258
</desc>
259
+
<example>
260
+
<desc>Call a <code>resize()</code> method if the <code>height</code> or <code>width</code> options change.</desc>
0 commit comments