Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
/ SimpleBox Public archive

Simple dialog box (1kb) jQuery plugin with Lightbox style fading and blocking of 'parent' document. Tested in IE7+, Firefox 3.6+, Chrome, Safari 5 and Opera 11

Notifications You must be signed in to change notification settings

schalkneethling/SimpleBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleBox

SimpleBox is extremely light and provides you with a nice little dialog for your confirmation messages, simple image previews and just about anything where a full LightBox is just overkill.

Using SimpleBox is extremely simple, include the JS file, one image, and a couple of lines of CSS and you are good to go.

To make SimpleBox more accessible, SimpleBox binds to the 'c' access key as welll as the escape key to close a SimpleBox.

Usage

To open the dialog: $("#containerid").simplebox();

To close the dialog: $("#containerid").simplebox('close');

About

Simple dialog box (1kb) jQuery plugin with Lightbox style fading and blocking of 'parent' document. Tested in IE7+, Firefox 3.6+, Chrome, Safari 5 and Opera 11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published