Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fnagel/multidialog
MultiDialog utilizes jQuery UI Dialog Widget for a full featured Modalbox / Lightbox application.
https://github.com/fnagel/multidialog
dialog java-script javascript jquery jquery-ui lightbox modal
Last synced: 3 days ago
JSON representation
MultiDialog utilizes jQuery UI Dialog Widget for a full featured Modalbox / Lightbox application.
- Host: GitHub
- URL: https://github.com/fnagel/multidialog
- Owner: fnagel
- License: other
- Created: 2012-10-08T19:18:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T19:27:57.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T00:17:07.027Z (7 months ago)
- Topics: dialog, java-script, javascript, jquery, jquery-ui, lightbox, modal
- Language: JavaScript
- Homepage: http://fnagel.github.io/MultiDialog/
- Size: 1000 KB
- Stars: 25
- Watchers: 6
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# [jQuery MultiDialog](http://fnagel.github.com/MultiDialog/)
[![Build Status](https://drone.io/github.com/fnagel/MultiDialog/status.png)](https://drone.io/github.com/fnagel/MultiDialog/latest)
MultiDialog utilizes jQuery UI Dialog Widget for a full featured Modalbox / Lightbox application.
Please see http://fnagel.github.com/MultiDialog/ for more information.# Documentation
````
./docs/index.html
````# Download
* **Stable releases**: [GitHub releases](https://github.com/fnagel/MultiDialog/releases)
* **Latest development version**: [Drone.io asserts](https://drone.io/github.com/fnagel/MultiDialog/files)# Install
````
npm install
bower install
grunt
````