Simple Dropdown Menus With Pop!
24
Jan
Pop! is a simple but effective jQuery plugin for creating dropdown menus.
It enables you to store any content in a container & shows/hides it with the clicks.
How to use it?
- Insert the jquery.pop.js file into your webpage (make sure jQuery is inserted too)
- Initialize it:
<script type='text/javascript'>
$(document).ready(function(){
$.pop();
});
</script>
- Using the preferred pop! class, wrap the content:
<div class="pop">
any content to display
</div>
That’s it.
- Tags:
Dropdown
- Filed under: Goodies, MIT License, Menu & Navigation
- 2 Comments























2 Responses for "Simple Dropdown Menus With Pop!"
hi, when i set the pop whit everything, the arrow button not appear, please help!
Look at the CSS file: http://pop.seaofclouds.com/stylesheets/pop.css