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
* @param func A function returning the height to set. Receives the index position of the element in the set and the old height as arguments. Within the function, this refers to the current element in the set.
* @param func A function returning the height to set. Receives the index position of the element in the set and the old height as arguments. Within the function, this refers to the current element in the set.
* @param func A function returning the height to set. Receives the index position of the element in the set and the old height as arguments. Within the function, this refers to the current element in the set.
* @param func A function returning the height to set. Receives the index position of the element in the set and the old height as arguments. Within the function, this refers to the current element in the set.
* Get the current coordinates of the first element in the set of matched elements, relative to the document.
1036
+
*/
1037
+
offset(): JQueryCoordinates;
1038
+
/**
1039
+
* An object containing the properties top and left, which are integers indicating the new top and left coordinates for the elements.
1040
+
*
1041
+
* @param coordinates An object containing the properties top and left, which are integers indicating the new top and left coordinates for the elements.
1042
+
*/
1043
+
offset(coordinates: JQueryCoordinates): JQuery;
1044
+
/**
1045
+
* An object containing the properties top and left, which are integers indicating the new top and left coordinates for the elements.
1046
+
*
1047
+
* @param func A function to return the coordinates to set. Receives the index of the element in the collection as the first argument and the current coordinates as the second argument. The function should return an object with the new top and left properties.
* Set the CSS width of each element in the set of matched elements.
1083
+
*
1084
+
* @param func A function returning the width to set. Receives the index position of the element in the set and the old width as arguments. Within the function, this refers to the current element in the set.
* Set the CSS width of each element in the set of matched elements.
1089
+
*
1090
+
* @param func A function returning the width to set. Receives the index position of the element in the set and the old width as arguments. Within the function, this refers to the current element in the set.
* Set the CSS width of each element in the set of matched elements.
1095
+
*
1096
+
* @param func A function returning the width to set. Receives the index position of the element in the set and the old width as arguments. Within the function, this refers to the current element in the set.
* Set the CSS width of each element in the set of matched elements.
1101
+
*
1102
+
* @param func A function returning the width to set. Receives the index position of the element in the set and the old width as arguments. Within the function, this refers to the current element in the set.
0 commit comments