Files
jps/alert.js
2020-02-14 12:09:17 -06:00

4 lines
62 B
JavaScript

$('#butt1').click(function() {
alert('Go Patriots!');
});