1.0.5 • Published 6 years ago

utilitymove v1.0.5

Weekly downloads
394
License
MIT
Repository
github
Last release
6 years ago

Util.move

A plugin to help elements around the DOM

npm install utilitymove --save
  import UtilityMove from 'UtilityMove';

  UtilityMove( {
    'el'       : document.getElementById( 'one' ),
    'appendTo' : document.getElementById( 'wrap' ),
    // 'before'      : null,
    // 'after'       : null,
    // 'prependTo'   : null,
    'minWidth' : 800,
    'refreshRate' : 100,
    // useMatchMedia: true,
    // mediaQuery: '(min-width: 800px)',
  } );

If you're not using ES6, you don't need the import, just include the script

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago