View difference between Paste ID: k5UuDCt3 and y3vs6AGh
SHOW: | | - or go back to the newest paste.
1-
<html>
1+
2-
<head>
2+
  $("button-1").click(function(){
3-
<script type="text/javascript" src="jquery.js"></script>
3+
    $("input").append("test");
4-
<script type="text/javascript">
4+
5
});