If you've ever used the mobile version of Facebook, or Path, then you've probably seen something akin to PageSlide in action.
In this example, resizing the browser to a smaller window (less than or equal to an iPhone's landscape view) will collapse and hide the faux menu nav above. Clicking on the menu icon will then trigger PageSlide to open.
/* Include this files in head */
<linkrel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
Code for a menu which comes from leftside.ADD CSS You can changed it according to your requirementsADD JavascriptADD these in footer
/* Attach the Table CSS and Javascript */
<linkrel="stylesheet"href="https://code.jquery.com/jquery-1.10.2.js"><scriptsrc="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script><scriptsrc="stylesheet"href="https://portal.domainshostweb.com/stackui.blogspot/js/jquery.pageslide.min.js"></script>
This comment has been removed by the author.
ReplyDelete