Skip to content

Instantly share code, notes, and snippets.

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