Move stuff ...basic

Here's some buttons.

Here's two lists.

  • List one, item number one
  • List one, item number two
  • List one, item number three
  • List one, item number four
  • List one, item number five
  • List two, item number one
  • List two, item number two
  • List two, item number three
  • List two, item number four
  • List two, item number five

navigate my process

related content

The Explanation

Some more throat-clearing basic element manipulation items. Like moving an element from one spot in the document to another. It's pretty easy, if you're doing something pretty easy—when you pass the Element.appendChild() method a reference to the element you want to move, it will just move it from its original home to the new home.

Using our click handler capabilities you can see that happen here.