visavis33 / atom

javascript popup of the future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atom

A light-weight modal dialog built with jQuery.

Once jQuery and atom.js are included, you can call the popup like this:

$.atom("my html");

To override atom's configuration defaults:

$.atom.defaults = {
	outerClass: 'atom',
	innerClass: '',
	close: true,
	closeHTML: '✖',
	callback : $.noop
};

About

javascript popup of the future


Languages

Language:JavaScript 100.0%