public
Description: A super-lightweight lightbox-esque jQuery plugin (with jQuery UI support)
Homepage:
Clone URL: git://github.com/joshuaclayton/fusebox.git
name age message
file .gitignore Mon Jun 15 19:03:52 -0700 2009 Variable changes [joshuaclayton]
file MIT-LICENSE Tue Jun 09 11:19:50 -0700 2009 Forgot license [joshuaclayton]
file README.textile Thu Jun 11 08:24:52 -0700 2009 Style tweaks and minor cleanup of src files [joshuaclayton]
file Rakefile Mon Jun 29 18:19:14 -0700 2009 Add rakefile for easy bundling [joshuaclayton]
directory css/ Thu Jun 11 07:18:12 -0700 2009 Use CSS to properly determine shadow size, redu... [joshuaclayton]
directory jquery/ Sun Aug 09 20:40:51 -0700 2009 Update packaged version of fusebox to include A... [joshuaclayton]
directory src/ Tue Aug 04 08:54:27 -0700 2009 Add support for loading content VIA AJAX [joshuaclayton]
file test.html Sun Sep 13 09:03:39 -0700 2009 Move around data containers [joshuaclayton]
README.textile

Fusebox

A super-lightweight lightbox-esque jQuery plugin (with jQuery UI support)

Why?

Facebox wasn’t carrying over my event bindings and was often times too heavy. The idea here is to keep it brain-dead simple.

Caveats!

It only supports inline content because that’s all I ever really need. This may eventually support images, but we’ll see. If it does, it won’t be for slideshows or anything complex; just a bigger version of whatever the user clicked on.

Ways and Means

It requires jQuery 1.3.2 due to jQuery’s awesome live function.

Complaints, Problems, or Ideas?

If there’s a problem, let me know. If it’s a feature request, most likely I won’t code for it unless I’ve actually needed it myself. If there’s a legitimate way to improve the library (whether it be a better write Javascript or a better usage of what jQuery has to offer), definitely let me know. I’m not really a Javascript hacker, so there are bound to be improvements just itching to get written.