Skip to content
A modal dialog framework for jQuery
JavaScript
Branch: master
Clone or download
Latest commit 01a85b7 Nov 10, 2017
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build Final SimpleModal 1.4.2 changes Dec 17, 2011
src Merge pull request #70 from okta/add-role-dialog-508-compliance Nov 10, 2017
.gitignore Final SimpleModal 1.4.2 changes Dec 17, 2011
ChangeLog.txt
GPL-LICENSE.txt changing cr/lf format Dec 4, 2008
License.txt 1.3.6b updates. See changelog for details. Jul 21, 2010
MIT-LICENSE.txt 1.3.6b updates. See changelog for details. Jul 21, 2010
Readme.md Update Readme.md Aug 7, 2014
bower.json fix bower.json's license information Aug 22, 2015
build.xml Final SimpleModal 1.4.2 changes Dec 17, 2011
simplemodal.jquery.json Additional 1.4.5 updates Oct 18, 2013
version.txt Additional 1.4.5 updates Oct 18, 2013

Readme.md

NOTICE

I am no longer able to actively support or maintain SimpleModal. If you would like to become a contributor, drop me a line. Otherwise, I will be removing this project in the near future.

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

  • Make sure that you have Java and Ant installed.

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
You can’t perform that action at this time.