seaofclouds / pop
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit a672ba8da968aa0ee6e89ae6b32d4a4c307effb8
tree bcfd3fb07533f4e788e04833fe6ee0db94ea64ed
parent c98be7bbd0defe3c1c8e5ba13f6cdc8ef84c5661
tree bcfd3fb07533f4e788e04833fe6ee0db94ea64ed
parent c98be7bbd0defe3c1c8e5ba13f6cdc8ef84c5661
pop /
| name | age | message | |
|---|---|---|---|
| |
images/ | Sat May 31 13:17:13 -0700 2008 | |
| |
index.html | Thu Jun 12 07:28:02 -0700 2008 | |
| |
javascripts/ | Thu Jun 12 00:31:07 -0700 2008 | |
| |
readme | Sat May 31 13:50:28 -0700 2008 | |
| |
stylesheets/ | Thu Jun 12 00:31:07 -0700 2008 |
readme
POP! enjoy simple dropdown menus with pop!, a jquery based javascript plugin. http://pop.seaofclouds.com === Usage === <link href="stylesheets/pop.css" media="all" rel="stylesheet" type="text/css"/> <script language="javascript" src="javascripts/jquery.js" type="text/javascript"></script> <script language="javascript" src="javascripts/jquery.pop.js" type="text/javascript"></script> <script type='text/javascript'> $(document).ready(function(){ $.pop(); }); </script> <div class='pop'> <p>you can put anything you want in here!</p> <p>images, links, movies of your cats. you name it!</p> </div> === Git It === git clone git@github.com:seaofclouds/pop.git === Download === http://github.com/seaofclouds/pop/tarball/master === Licensed under the MIT === http://www.opensource.org/licenses/mit-license.php
