Mercurial > laserkard
view js-lib/buy2.js @ 103:52297178e0eb laserkard
implemented automatic text resize
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 28 Jul 2010 06:36:39 -0400 |
parents | e48424b01e5f |
children |
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() {15 var internalFunction = function() {17 };19 this.publicFunction = function() {21 };22 };30 $(document).ready(function(){33 });43 // $("a").addClass("test");44 // $("a").click(function(event){45 // event.preventDefault();46 // $(this).hide("slow");47 // });