ericmmartin / simplemodal

A modal dialog framework for jQuery
http://simplemodal.com/
Other
506 stars 229 forks source link

Project Status: Unmaintained

As of Aug 7, 2014, SimpleModal, a jQuery Plugin, is no longer actively maintained. Over the years, it has been a joy to build and support this project, and I am grateful for the community that grew around it. While I am no longer updating the code or addressing issues, I have decided to leave SimpleModal available on GitHub for archival purposes and for those who might find it useful in its current state.

Please note:

Thank you to everyone who has contributed to SimpleModal over the years, whether through code, comments or simply by using the plugin. Your support and engagement have been deeply appreciated.

SimpleModal - A modal dialog framework for jQuery

Questions?

For questions, please post them on stackoverflow and tag the question with "simplemodal".

For issues or feature requests, please enter them on the issues page.

Twitter

Donate

Donations are greatly appreciated.

Building SimpleModal

In the main directory of the distribution (the one that this file is in), type the following to make all versions of SimpleModal:

ant

The standard, uncompressed, SimpleModal code.
Makes: ./dist/jquery.simplemodal.VERSION.js

ant full

Finally, you can remove all the built files using the command:

ant clean