annotate 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
rev   line source
rlm@79 1 $(document).ready(function(){
rlm@79 2 $("a").click(function(event){
rlm@79 3 alert("Thanks for visiting!");
rlm@79 4 });
rlm@79 5 });
rlm@79 6