/ Published in: Other

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// copy the content from one place to another $(".bang").click(function(){ $("#lander1").text(this.text); });
Comments
