<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/thenazmulh/cookcodesmenu/master/cookcodesmenu.min.css" />
<script type="text/javascript" src="https://cdn.rawgit.com/thenazmulh/cookcodesmenu/master/jquery.cookcodesmenu.min.js"></script>
<ul id="menu">
<li><a href="#">item 1</a></li>
<li><a href="#">item 2</a></li>
<li><a href="#">item 3</a></li>
<li><a href="#">item 4</a></li>
</ul>
<script>
$(function(){
$('#menu').cookcodesmenu();
});
</script>
display: 767, // From where mobile menu apears and desktop menu gone
label: 'MENU', // html supports
brand: 'LOGO', // html supports
duplicate: true,
duration: 200,
easingOpen: 'swing',
easingClose: 'swing',
closedSymbol: "➕", // html supports
openedSymbol: "➖", // html supports
prependTo: 'body',
appendTo: '',
parentTag: 'a',
closeOnClick: true,
allowParentLinks: true,
nestedParentLinks: true,
showChildren: false,
removeIds: true,
removeClasses: false,
removeStyles: false,
=======
Responsive Mobile Menu jQuery Plugin