Skip to content

Instantly share code, notes, and snippets.

@juarezpaf
juarezpaf / app.js
Created February 10, 2011 03:56 — forked from nickpettit/app.js
$(function() {
$("a.reset").toggle();
$("a.play").click(function () {
$(".color").toggleClass("on");
window.setTimeout(function() {
$("div").toggleClass("rounded");
}, 1000);