view awesome_js/buy2.js @ 102:8ed3394e6b73 laserkard

wrote comment-killer
author Robert McIntyre <rlm@mit.edu>
date Tue, 27 Jul 2010 22:23:13 -0400
parents 343dc947f999
children
line wrap: on
line source
1 $(document).ready(function(){
2 $("a").click(function(event){
3 alert("Thanks for visiting!");
4 });
5 });