public
Description: simple pop menus with jquery
Homepage: http://pop.seaofclouds.com
Clone URL: git://github.com/seaofclouds/pop.git
seaofclouds (author)
Mon May 11 22:41:38 -0700 2009
pop /
name age message
file CNAME Loading commit data...
directory images/
file index.html
directory javascripts/
file readme
directory stylesheets/
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