Move element to position
Methods
-
getChildByID(id, direct)
-
Get child element by id
Parameters:
Name Type Description idstring child id directboolean | undefined only direct children Returns:
child- Type
- HTMLElement | null
-
moveTo(x, y)
-
Move element to position
Parameters:
Name Type Description xnumber x value ynumber y value Returns:
returns self for chaining- Type
- object