1.0.0 • Published 8 months ago

@jtorm/move-method v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
8 months ago

jTorm Move Method

Install

npm install @jtorm/move-method

Properties

OptionTypeRequiredDescription
lselectortrueTo location.
mmethodtrueAppend, prepend, replace, etc..
kkeepfalseKeep element in place / create copy.

Example

h1->move {
  l: 'body';
  m: 'prepend';
  k: '0';
}
1.0.0

8 months ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago