Following Simple Responsive Menu created with html, css and basic jQuery. Instant of using plugin its very easy to use and configuration in quick time.
CSS
<style>
.res-mainmenu a{
display:inline-block;
float:left;
padding: 5px;
border-top: 0px solid #eee;
}
.res-menu{
display: none;
}
@media (max-width: 935px) {
.res-mainmenu a{
display:block;
float:none;
padding: 5px;
border-top: 1px... Read More