belhard/simplemodal

A modal dialog framework for jQuery

Installs: 146

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 229

Language:JavaScript

dev-master 2019-11-01 10:34 UTC

This package is not auto-updated.

Last update: 2024-03-28 04:21:03 UTC


README

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