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.
Requirements: jQuery
Compatibility: All Major Browsers









