mBox Demo

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

mBox.Core

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

Click me

mBox.Tooltip

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

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

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