https://github.com/VodkaBears/Remodal
No longer actively maintained.
https://github.com/VodkaBears/Remodal
Last synced: 22 days ago
JSON representation
No longer actively maintained.
- Host: GitHub
- URL: https://github.com/VodkaBears/Remodal
- Owner: vodkabears
- License: mit
- Created: 2014-02-14T00:33:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T14:09:24.000Z (over 6 years ago)
- Last Synced: 2025-11-11T07:02:26.346Z (27 days ago)
- Language: JavaScript
- Homepage: http://vodkabears.github.io/remodal/
- Size: 628 KB
- Stars: 2,738
- Watchers: 89
- Forks: 751
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-frontend - Remodal - 模态窗口插件
- awesome-frontend - Remodal - 模态窗口插件
- awesome-front-end - Remodal - 模态窗口插件
- awesome-links - Remodal
README
[](https://npmjs.org/package/remodal)
[](http://badge.fury.io/bo/remodal)
[](https://travis-ci.org/VodkaBears/Remodal)
Remodal
=======
**No longer actively maintained. I am not interested to maintain jQuery plugins anymore. If you have some fixes, feel free to make PR.**
Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.

## Notes
* All modern browsers are supported.
* IE8+. To enable IE8 styles add the `lt-ie9` class to the `html` element, as modernizr does.
* jQuery, jQuery2, Zepto support.
* Browserify support.
## Start
Download the latest version from [GitHub](https://github.com/VodkaBears/Remodal/releases/latest
) or via package managers:
```
npm install remodal
bower install remodal
```
Include the CSS files from the dist folder in the head section:
```html
```
Include the JS file from the dist folder before the `