public
Description: simple pop menus with jquery
Homepage: http://pop.seaofclouds.com
Clone URL: git://github.com/seaofclouds/pop.git
pop / readme
100644 32 lines (21 sloc) 0.832 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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