/ Published in: Other
Expand |
Embed | Plain Text
// copy the content from one place to another $(".bang").click(function(){ $("#lander1").text(this.text); });
You need to login to post a comment.
// copy the content from one place to another $(".bang").click(function(){ $("#lander1").text(this.text); });
You need to login to post a comment.