script.js 88 B

1234
  1. $('#button1').click(function() {
  2. $(this).html('Click me');
  3. console.log('click');
  4. });