view awesome_js/buy2.js @ 89:7d6514aca622 laserkard

no more log files
author Robert McIntyre <rlm@mit.edu>
date Mon, 26 Jul 2010 02:22:46 -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 });