Skip to content

Instantly share code, notes, and snippets.

View pipozoft's full-sized avatar

Jose L Pimienta pipozoft

View GitHub Profile
@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);