Skip to content

Instantly share code, notes, and snippets.

@eikes
Created May 3, 2012 10:22
Show Gist options
  • Save eikes/2584892 to your computer and use it in GitHub Desktop.
Save eikes/2584892 to your computer and use it in GitHub Desktop.
var sidebar = document.getElementById("sidebar");
var sidebarElements = document.getElementsByClassName("sidebarElements");
// here is the function call:
relocate(480, sidebarElements, sidebar);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment