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
<desc>A function returning the inner width (including padding but not border) to set. Receives the index position of the element in the set and the old inner width as arguments. Within the function, <code>this</code> refers to the current element in the set.</desc>
53
+
<argumentname="function"type="Function">
54
+
<argumentname="index"type="Integer" />
55
+
<argumentname="width"type="Number" />
56
+
<return>
57
+
<typename="String"/>
58
+
<typename="Number"/>
59
+
</return>
60
+
<desc>A function returning the inner width (including padding but not border) to set. Receives the index position of the element in the set and the old inner width as arguments. Within the function, <code>this</code> refers to the current element in the set.</desc>
55
61
</argument>
56
62
</signature>
57
63
<desc>Set the CSS inner width of each element in the set of matched elements.</desc>
0 commit comments