Mercurial > my-ubiquity-commands
view random-stuff/status-bar-widget.js @ 20:a07982ba7259
Added random stuff.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 06 May 2009 09:20:13 -0700 |
parents | |
children |
line wrap: on
line source
$(window).ready( function() { $("#text").text("Click me!"); $("#text").click( function() { $("#text").fadeOut(function() { $("#text").fadeIn(); }); }); });