Skip to content

Instantly share code, notes, and snippets.

@calvinf
Created May 7, 2009 20:40
Show Gist options
  • Save calvinf/108350 to your computer and use it in GitHub Desktop.
Save calvinf/108350 to your computer and use it in GitHub Desktop.
javascript image swapper, for use with rollover image replacements
function swapimage(elem_id, img_src) {
document.getElementById(elem_id).src = img_src;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment