Sidr

Sidr是一个用于创建侧边菜单的jQuery插件,并且是实现响应式菜单的最简单的方法。(Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.)

Github星跟蹤圖

Sidr是一个用于创建侧边菜单的jQuery插件,并且是实现响应式菜单的最简单的方法。它使用CSS3过渡在现代浏览器和fallbacks到jQuery.animate时,他们不支持。它在现代浏览器使用 css3,当他们不受支持时回退到 jQuery.animate。


概覽

名稱與所有者artberri/sidr
主編程語言JavaScript
編程語言JavaScript (語言數: 2)
平台
許可證MIT License
發布數9
最新版本名稱v2.2.1 (發布於 2016-02-17 21:33:14)
第一版名稱1.0.0 (發布於 )
創建於2013-02-13 00:15:51
推送於2020-09-29 12:36:08
最后一次提交2017-12-10 18:18:35
星數2.9k
關注者數138
派生數598
提交數131
已啟用問題?
問題數309
打開的問題數23
拉請求數8
打開的拉請求數4
關閉的拉請求數30
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Sidr

Build Status
Code Climate
Test Coverage
Total Downloads
Downloads Last Month
Dependency Status
npm version
License

Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive. It uses CSS3 transitions in modern browsers and fallbacks into jQuery.animate when they are not supported.

For a further description, documentation and others visit: http://www.berriart.com/sidr

Development

Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.

Licensing

Released under the MIT License http://opensource.org/licenses/MIT

Copyright © 2013-2017 Alberto Varela (http://www.berriart.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

去到頂部