Ads

Friday 19 December 2014

jQuery Sidebar

http://www.htmluse.com/wp-content/uploads/2014/12/jquery-sidebar.jpg

Download Demo
jQuery Sidebar is a stupid simple sidebar jQuery plugin.
1. INCLUDE JS FILES
<!-- Include jQuery -->
<script src="path/to/jquery.min.js"></script>
<!-- Include jQuery Sidebar -->
<script src="path/to/jquery.sidebar.min.js"></script>
2. HTML
<div class="sidebar left">Hello World</div>
<div class="sidebar right">I am on right!</div>
<div class="sidebar top">I am on top!</div>
<div class="sidebar bottom">I am on bottom!</div>
3. JAVASCRIPT
// Sidebar on left (default)
$(".sidebar.left").sidebar().trigger("sidebar:open");
 
// Sidebar on right side
$(".sidebar.right").sidebar({side: "right"});
 
// Sidebar on top side
$(".sidebar.top").sidebar({side: "top"});
 
// Sidebar on bottom side
$(".sidebar.bottom").sidebar({side: "bottom"});
4. ADVANCED
sidebar(options)
Initialize sidebar on selected elements.
$(".my-sidebar").sidebar({...});
After the call above, you can programatically open/close/toggle the sidebar using:
$(".my-sidebar").trigger("sidebar:open");
$(".my-sidebar").trigger("sidebar:close");
$(".my-sidebar").trigger("sidebar:toggle");
After the sidebar is opened/closed, sidebar:opened/sidebar:closed event is emitted.
$(".my-sidebar").on("sidebar:opened", function () {
   // Do something on open
});

$(".my-sidebar").on("sidebar:closed", function () {
   // Do something on close
});
Params
  • Object options: An object that will be merged with the default options.
    • speed: animation speed (default: 200)
    • side: left|right|top|bottom (default: “left”)
Return
  • jQuery The jQuery elements that were selected.


3 comments:

  1. Nice information and Thank You
    if you don't mind please visit my Website MPOMM
    it talks about Slot Online and other fun things.
    Thank You

    ReplyDelete
  2. Nice information and Thank You
    if you don't mind please visit my Website MPOGG
    it talks about Slot Online and other fun things.
    Also visit our patner website Asiaking168 the best slot in Asia also known as asia slot
    Thank You

    ReplyDelete
  3. mpo4d is a good engine from mpo. This entertainment business provide by TOWERKLUB, you can do mpo4d login in here

    ReplyDelete