Slidebar.js

Slidebars is a jQuery plugin for quickly and easily implementing app style off-canvas menus and sidebars into your website.

A Simple of slidebar example as shown below −

<!doctype html><html><head><title>Slidebars Animation Styles</title><meta name ="viewport" content = "width = device-width, 
     initial-scale =1.0, minimum-scale =1.0, 
     maximum-scale =1.0, user-scalable = no"&gt;&lt;link rel ="stylesheet" href ="slidebars.css"&gt;&lt;link rel ="stylesheet" href ="example-styles.css"&gt;&lt;/head&gt;&lt;body&gt;&lt;div id ="sb-site"&gt;&lt;h1&gt;Tutorilaspoint&lt;/h1&gt;&lt;p&gt;Slidebars is a jQuery plugin for quickly and easily
        implementing app style off-canvas menus and sidebars into your website.&lt;/p&gt;&lt;ul&gt;&lt;li class="sb-toggle-left"&gt;Click here for slider&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="sb-slidebar sb-left sb-style-push"&gt;&lt;p&gt;Android&lt;/p&gt;&lt;hr/&gt;&lt;p&gt;Java&lt;/p&gt;&lt;hr/&gt;&lt;p&gt;CSS&lt;/p&gt;&lt;hr/&gt;&lt;p&gt;PHP&lt;/p&gt;&lt;hr/&gt;&lt;/div&gt;&lt;script 
     src ="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"&gt;&lt;/script&gt;&lt;script src ="slidebars.js"&gt;&lt;/script&gt;&lt;script&gt;(function($){$(document).ready(function(){
           $.slidebars();});})(jQuery);&lt;/script&gt;&lt;/body&gt;&lt;/html&gt;</pre>

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *