Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
javascript
javascript

// move DIV elements in the specified region 100 pixels down and to the right
massMove(10, 20, 10, 70, 100, 100, "DIV");

// move all elements in the specified region 100 pixels down and to the right
massMove(10, 20, 10, 70, 100, 100)

...