Package | Description |
---|---|
net.java.html.lib.jquery |
Modifier and Type | Method and Description |
---|---|
static JQueryCoordinates |
JQueryCoordinates.$as(Object obj) |
JQueryCoordinates |
JQuery.offset()
Get the current coordinates of the first element in the set of matched elements, relative to the document.
|
JQueryCoordinates |
JQuery.position()
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
|
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.offset(JQueryCoordinates coordinates)
An object containing the properties top and left, which are integers indicating the new top and left coordinates for the elements.
|
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.offset(Function.A2<? super Number,? super JQueryCoordinates,? extends JQueryCoordinates> func)
An object containing the properties top and left, which are integers indicating the new top and left coordinates for the elements.
|
JQuery |
JQuery.offset(Function.A2<? super Number,? super JQueryCoordinates,? extends JQueryCoordinates> func)
An object containing the properties top and left, which are integers indicating the new top and left coordinates for the elements.
|
Copyright © 2018. All rights reserved.