ZacharyVincze

script.js

Dec 8th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var main = function () {
  2.     $('.btn').click(function() {
  3.         alert("The button was clicked");
  4.     });
  5. }
  6.  
  7. $(document).ready(main);
Advertisement
Add Comment
Please, Sign In to add comment