view awesome_js/buy2.js @ 79:343dc947f999 laserkard

read JavaSctipt: the good parts
author Robert McIntyre <rlm@mit.edu>
date Sun, 25 Jul 2010 01:33:22 -0400
parents
children
line wrap: on
line source
1 $(document).ready(function(){
2 $("a").click(function(event){
3 alert("Thanks for visiting!");
4 });
5 });