TinyBox - JavaScript Lightweight Modal Window Popup Script
TinyBox is a lightweight and standalone modal window script. At only 3.4KB it doesn’t include any slideshow capabilities built-in but it can display any AJAX or HTML content (from text to videos). Future versions will include additional features. It can also be used for images and auto hiding alerts. The popups fade in/out and dynamically size based on the content if enabled. The styling is completely customizable through the simple CSS. TinyBox does not depend on any JavaScript frameworks.
With the auto-hide support, the script can be used to show notifications. To display a popup box use the following code:
TINY.box.show(’advanced.html’,1,300,150,1,3);
There is nothing to initialize, just start using the script. The TINY.box.show function takes 6 parameters:
- The HTML content for the box or the relative path to the AJAX source
- A toggle (true/false or 1/0) if the content is via AJAX
- The width of the window (use 0 for auto)
- The height of the window (use 0 for auto)
- A toggle (true/false or 1/0) to animate the window
- The time in seconds to wait before auto hiding the popup (optional).
This JavaScript Modal Window Script has been tested in all major browsers and is available free of charge for both personal or commercial projects under the creative commons license.
For a demo of TinyBox, click here.
Requirements: No Requirements
Compatibility: All Major Browsers
Website
Online Demo