Skip to content

Instantly share code, notes, and snippets.

@rightjs
Created September 28, 2010 15:21
$(document).onReady(function() {
var box = new Lightbox();
var text = $('lorem-ipsum-text');
$("box-toggler").onClick(function() {
box.show(text).resize();
return false;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment