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
派生数597
提交数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.

去到顶部