view js-lib/buy2.js @ 83:e0dadfad3dc4 laserkard

going to try a pure raphael solution
author Robert McIntyre <rlm@mit.edu>
date Sun, 25 Jul 2010 21:46:00 -0400
parents 343dc947f999
children e48424b01e5f
line wrap: on
line source
1 // $(document).ready(function(){
2 // $("a").click(function(event){
3 // alert("Thanks for visiting!");
4 // });
5 // });
10 var buy = new function() {
12 var internalFunction = function() {
14 };
16 this.publicFunction = function() {
18 };
19 };
27 $(document).ready(function(){
30 });
40 // $("a").addClass("test");
41 // $("a").click(function(event){
42 // event.preventDefault();
43 // $(this).hide("slow");
44 // });