In my new jQuery post I found awesome jQuery plugin to create fancy animated dropdown menu. With the help of this plugin you can create dropdowns in any direction with any kind of content. It can trigger dropdown menu on button click and you can also set the direction of menu with predefined icons etc.
Integration Sweet Dropdown Menu
Libraries
Include required libraries on page to use plugins features. don’t forget to include jquery core library on page because Sweet Dropdown dependent on jquery core lib.
<link rel="stylesheet" href="path/to/sweetdropdown/dist/min/jquery.sweet-dropdown.min.css" /> <script src="//code.jquery.com/jquery-latest.min.js">script> <script src="path/to/sweetdropdown/dist/min/jquery.sweet-dropdown.min.js">script> |
HTML
Creating basic dropdown menu on button click.
|
Set the custom menu positions.
|
See live demo and download source code.