Skip to content

donatj/JDLightbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDLightbox

WIP

This is currently being rewritten. The old MooTools based v1 branch is here.

A Super Simple No Framework Lightbox

Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php

Example Usage

<script>
	document.addEventListener('DOMContentLoaded', function(){
		new JDLightbox();
	});
</script>