Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morganestes/jquery-h5-lightbox

Grunt-based repo for the h5-lightbox plugin
https://github.com/morganestes/jquery-h5-lightbox

Last synced: about 1 month ago
JSON representation

Grunt-based repo for the h5-lightbox plugin

Awesome Lists containing this project

README

        

# H5 Lightbox

jQuery plugin to create simple modal lightboxes using the HTML5 data attribute.

## Getting Started
Download the [production version][min] or the [development version][max].

[min]: https://raw.github.com/morganestes/jquery-h5-lightbox/master/dist/jquery.h5-lightbox.min.js
[max]: https://raw.github.com/morganestes/jquery-h5-lightbox/master/dist/jquery.h5-lightbox.js

In your web page:

```html

jQuery(function($) {
$.awesome(); // "awesome"
});

```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Release History
_(Nothing yet)_