Sidr

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

Github stars Tracking Chart

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


Overview

Name With Ownerartberri/sidr
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
Platform
License:MIT License
Release Count9
Last Release Namev2.2.1 (Posted on 2016-02-17 21:33:14)
First Release Name1.0.0 (Posted on )
Created At2013-02-13 00:15:51
Pushed At2020-09-29 12:36:08
Last Commit At2017-12-10 18:18:35
Stargazers Count2.9k
Watchers Count138
Fork Count598
Commits Count131
Has Issues Enabled
Issues Count309
Issue Open Count23
Pull Requests Count8
Pull Requests Open Count4
Pull Requests Close Count30
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top