Pop!

enjoy simple dropdown menus with pop!, an unobtrusive javascript plugin for jquery.

Download

Tar or Source or Github

Usage

Include the stylesheet, with any of your mods.

<link href="/pop/stylesheets/pop.css" media="all" rel="stylesheet" type="text/css"/>

Include jQuery and jquery.pop.js

<script language="javascript" src="/pop/javascripts/jquery.js" type="text/javascript"></script>
<script language="javascript" src="/pop/javascripts/jquery.pop.js" type="text/javascript"></script>

Initialize pop!

<script type='text/javascript'>
   $(document).ready(function(){
     $.pop();
   });
</script>

Wrap your popped element with your desired pop class.

<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>

Contribute

Bring your code slinging skills to Github and help us develop features like hover, chainable events and themes for pop!

git clone git@github.com:seaofclouds/pop.git

Licensed under the MIT

http://www.opensource.org/licenses/mit-license.php More script and css style : www.htmlsucai.com