36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
# BSDialog5
|
|
|
|
> BSDialog5 is a JavaScript class for improving Bootstrap 5 modals. Add (and remove) modals to a page dynamically and load content. Bootstrap 5 is required. JQuery is supported but no longer required.
|
|
|
|
---
|
|
|
|
## Features
|
|
|
|
- Add and remove modals into a page (with or without jQuery)
|
|
- Load modals from URL with the JavaScript Fetch API
|
|
- Support stacking of multiple modals
|
|
- Support prompt modals that returns a response
|
|
- Support movable modals
|
|
|
|
---
|
|
|
|
## Releases & Builds
|
|
|
|
See [Releases](/Ray/bsdialog5/releases)
|
|
|
|
## Documentation
|
|
|
|
See [Usage](wiki/USAGE.md)
|
|
|
|
## Acknowledgements
|
|
|
|
This software uses a number of dependencies and assets from third-parties.
|
|
These developers and artists deserve due credit for their work and for their commitment to sharing their work freely.
|
|
Each product is released under their own particular license, for more information please visit their websites.
|
|
|
|
- [Bootstrap](https://getbootstrap.com/)
|
|
- [jQuery](https://jquery.com/)
|
|
|
|
## License
|
|
|
|
This project is licensed under the least restrictive terms of its dependencies, viz. MIT License. |