3.0.2 • Published 7 years ago

me-dialog v3.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

meDialog

An accessible javascript dialog widget as described at WAI-ARIA 1.0 Authoring Practices - Dialog (Modal) (widget)

Usage

1. Include the JavaScript

Bundled & minified versions

meDialog depends on

It also uses Element.matches, so you need to include a polyfill to support IE (see http://caniuse.com/#feat=matchesselector), which you can find at mePolyfills in the sources-folder.

  • Either include all the dependencies yourself and include me-dialog.min.js from the dist folder in your HTML page.
  • or use one of the standalone bundles me-dialog.bundle.min.js or me-dialog.bundle.ie9.min.js.

Source versions

You can find the original JavaScript file in the src folder of this package.

AMD

meShowTransition has AMD support. This allows it to be lazy-loaded with an AMD loader, such as RequireJS.

2. Default CSS

There is a default dialog CSS in the dist folder.

3. Use meDialog

I still need to write a documentation. In the meantime please see the examples and the source-code for more info.

Package managers

You can install meDialog using npm or Bower.

$ npm install me-dialog

or

$ bower install me-dialog

License

meDialog is licenses under the MIT licence.

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.0.6

7 years ago

2.0.2

7 years ago

2.0.0

7 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago