`
天梯梦
  • 浏览: 13729781 次
  • 性别: Icon_minigender_2
  • 来自: 洛杉矶
社区版块
存档分类
最新评论

Bootstrap 3 : 侧边菜单插件 Sliding Side Menu/Panel with jQuery and Bootstrap - BootSid

 
阅读更多

Sliding-Side-Menu-Panel-with-jQuery-Bootstrap-BootSideMenu

 

A simple lightweight javascript plugin used to create side menus/panels that smoothly slide out from the edge of your screen when toggled, built with jQuery and Bootstrap 3.

 

How to use it:

1. Load the Bootstrap's stylesheet and BootSideMenu.css in the head section of the web page.

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/BootSideMenu.css">

 

2. Load the jQuery library, Bootstrap's script and BootSideMenu.js at the bottom of the web page.

<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="js/BootSideMenu.js"></script>

 

3. Create the Html for the side menu.

<div id="demo">
  <div class="list-group">
    <a href="#" class="list-group-item active">Item 1</a>
    <a href="#" class="list-group-item">Item 2</a>
    <a href="#" class="list-group-item">Item 3</a>
    <a href="#" class="list-group-item">Item 4</a>
    <a href="#" class="list-group-item">Item 5</a>
    ...
  </div>
</div>

 

4. Call the plugin on the parent element and set the option to create a side menu that will slide out from the left hand side of your screen.

$('#demo').BootSideMenu();

 

5. Default options.

$('#demo').BootSideMenu({
side:"left", // left or right
autoClose:true // auto close when page loads
});

 

Change logs:

2015-06-11

  • IE9 Fix

2015-06-04

  • IE9 Fix

 

下载: Sliding-Side-Menu-Panel-with-jQuery-Bootstrap-BootSideMenu

 

 

原文: http://www.jqueryscript.net/menu/Sliding-Side-Menu-Panel-with-jQuery-Bootstrap-BootSideMenu.html

本文: Bootstrap 3 : 侧边菜单插件 Sliding Side Menu/Panel with jQuery and Bootstrap - BootSideMenu

 

 

 

 

 

 

 

 

 

 

 

分享到:
评论

相关推荐

    最新Color Admin1.9 - bootstrap3响应后台模板+前端网页模板

    Page with Boxed Layout and Mixed Menu Page With Transparent Sidebar Search Results Invoice 404 Error Page Login Login V2 Login V3 Register V3 System Email Template Newsletter Email Template...

    Bootstrap4 UI 后台模板

    Bootstrap4 支持,含有超过50个模板页面,使用插件包括: Bootstrap https://getbootstrap.com/ animate.css http://daneden.me/animate Bootstrap Tagsinput ...

    bootstrap-datetimepicker日期控件js及css文件

    Bootstrap-Datetimepicker是一款基于Bootstrap框架的日期和时间选择插件,它为网页应用程序提供美观、易用的日历组件。这个压缩包包含该插件运行所需的JavaScript(js)和样式表(css)文件,使得开发者能够方便地在...

    Bootstrap Table Fixed Columns 固定列

    &lt;link href="https://cdn.bootcdn.net/ajax/libs/bootstrap-table/1.18.1/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css" rel="stylesheet"&gt; &lt;!-- jQuery (required for Bootstrap's JavaScript...

    Angle - Bootstrap Admin Template(2016年3月最新版V3.3)

    之前传了一个选错文件了。重新传一下。 Angle是一个后台管理模板,它也支持以下应用开发:单页应用(Single Page Application)、项目...https://wrapbootstrap.com/theme/angle-bootstrap-admin-template-WB04HF123

    bootstrap-table实现 行拖拽 插件jquery.tablednd.js bootstrap-table-reorder-rows.js

    bootstrap-table实现 行拖拽 插件 jquery.tablednd.js bootstrap-table-reorder-rows.js bootstrap-table-reorder-rows.css

    jquery基于Bootstrap隐藏侧边栏菜单代码

    本文将深入探讨如何使用 jQuery 和 Bootstrap 实现一个可隐藏的侧边栏菜单,以及涉及到的相关知识点。 首先,Bootstrap 是一个开源的前端框架,它提供了丰富的组件和样式,如响应式布局、导航栏、模态框等,使得...

    bootstrap侧边导航栏

    侧边导航栏是Bootstrap中一个常见的元素,它通常用于网站或应用的左侧,用于展示主要的导航选项。在这个场景中,我们将深入探讨如何使用Bootstrap来创建一个简洁且功能完备的侧边导航栏。 首先,为了实现侧边导航栏...

    Dore - JQuery Bootstrap 4 Admin Dashboard 后台管理模板

    Dore - JQuery Bootstrap 4 Admin Dashboard ...正版购买请前往https://themeforest.net/item/dore-jquery-bootstrap-4-admin-dashboard/22604108?s_rank=2 示例浏览请前往http://dore-jquery-web.crealeaf.com/

    Angulr v2.0.1 - Bootstrap Admin Web App with AngularJS.rar

    在线预览:http://themeforest.net/item/angulr-bootstrap-admin-web-app-with-angularjs/full_screen_preview/8437259 最好的angular 模板 可以研究研究,更新至 v2.0.1。 学习前端的前沿技术的好资料。 添加 ui-...

    bootstrap3 侧边导航栏

    Bootstrap3 是一个流行的前端开发框架,由 Twitter 开发并开源,它提供了丰富的预定义样式、组件和JavaScript插件,使得创建响应式、移动优先的网页变得简单易行。在这个特定的场景中,我们关注的是Bootstrap3中的...

    bootstrap4实现侧边导航栏带隐藏按钮

    在Bootstrap 4中,实现带有隐藏按钮的侧边导航栏是一项常见的需求,尤其在创建现代网页设计时。这样的导航栏可以节省空间,提升用户体验,特别是在移动设备上。 首先,要创建一个侧边导航栏,我们需要引入Bootstrap...

    bootstrap-table拖拽表格改变列宽

    在“bootstrap-table拖拽表格改变列宽”这个主题中,我们将深入探讨如何实现用户可以动态调整表格列宽的功能,同时确保兼容主流浏览器,并保持表格的body部分与header部分对齐。 首先,我们需要引入必要的CSS和JS库...

    bootstraptable冻结列例子.doc

    3. `fixedRightNumber`:同样地,当 `fixedColumns` 设置为 `true` 时,`fixedRightNumber` 参数可以用来设置右侧冻结列的数量。这适用于那些希望右侧列固定的情况。 下面是一个简单的示例,展示如何在 JavaScript ...

    用bootstrap结合php搭建MIS系统框架

    推荐2款我试用的Bootstrap JavaScript插件 ...推荐插件:http://www.queness.com/post/13029/extend-twitter-bootstrap-javascript-plugins 这几天学习php,结合php+mysql实现一个简单的MIS系统框架demo

    jQuery和Bootstrap 4简单的日历插件

    **jQuery和Bootstrap 4日历插件:jquery-bootstrap-year-calendar** 在Web开发中,日历插件是一个常用的功能,用于展示日期和事件,为用户提供直观的交互方式。`jquery-bootstrap-year-calendar`是一款基于jQuery和...

    bootstrap-fileinput-master上传插件(中文版)

    bootstrap-fileinput源码:https://github.com/kartik-v/bootstrap-fileinput bootstrap-fileinput在线API:http://plugins.krajee.com/file-input bootstrap-fileinput Demo展示:...

    twitter-bootstrap-v2.1.1-0-gc52368d.zip

    这个压缩包 "twitter-bootstrap-v2.1.1-0-gc52368d.zip" 包含的是Twitter Bootstrap的2.1.1版本,这是一个在Git版本控制下(标识为gc52368d)的特定修订版。Bootstrap自2.0版本起就引入了显著的改进和功能,而2.1.1...

    Bootstrap样式文件上传jquery插件

    总结起来,bootstrap-filestyle插件是Bootstrap框架下实现文件上传功能的一个高效解决方案,它结合了jQuery的强大功能和Bootstrap的优雅设计,为开发者提供了便利,同时为用户提供了一致且友好的界面体验。...

    Angle Bootstrap Admin Template(2016-7月最新版V3.4)

    解压后439.3MB 2016年7月最新V3.4 -- Angle是一个后台管理模板,它也支持以下应用开发:单页应用(Single Page Application)、项目管理应用(Project Management System)、电子商务应用(E-Commerce Admin ...

Global site tag (gtag.js) - Google Analytics