mBox Demo

Have a look at the source code to find out how the following examples work.

mBox.Core.js

The core file contains all standard settings and functions.
Include this one and you can already create basic popup windows:

Click me

mBox.Tooltip.js

The tooltip class helps you to attach tooltips to any DOM element or your mouse:

Hover me Hover me Hover me Hover me Hover me
Hover me Hover me Hover me Click me Click me

mBox.Modal.js

This class lets you easily create modal dialogs:

Click me Click me Click me

mBox.Modal.Confirm

With this class you can attach confirm dialogs to your links:

Click me

mBox.Notice.js

Use this class to show your visitors temporary notices:

Click me Click me Click me Click me

Combination Example

Here is an example how you could use the mBox library to create a fancy ajax post:

Click me

To learn more about mBox, please read the documentation.