Return to Snippet

Revision: 47067
at May 31, 2011 20:04 by griffpup


Initial Code
  // copy the content from one place to another
  	$(".bang").click(function(){
  		$("#lander1").text(this.text);
  	});

Initial URL


Initial Description


Initial Title
element copy text

Initial Tags
textmate, jquery

Initial Language
Other