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

https://github.com/nando-experiments/fmc-simple-modal

FMC Simple Modal - http://nando-experiments.github.io/fmc-simple-modal/demo/
https://github.com/nando-experiments/fmc-simple-modal

experiment experiments javascript jquery modal study

Last synced: about 2 months ago
JSON representation

FMC Simple Modal - http://nando-experiments.github.io/fmc-simple-modal/demo/

Awesome Lists containing this project

README

          

FMC Simple Modal
================

Installation
============

* Clone the git repo - `git clone https://github.com/fernando-dev/fmc-simple-modal.git` - or [download it](https://github.com/fernando-dev/fmc-simple-modal/archive/master.zip)
* includes `fmc-modal.js` between `` and ``
*

## demo

http://nando-experiments.github.io/fmc-simple-modal/demo/

Usage
=====

+ *include layer script*

```
jQuery(document).ready(function($) {
$('.modal-click').fmcmodal();
});
```

+ *Add HTML to Link to click*

```
Open Modal
```

+ *Add HTML to Modal content*

```


×


```

+ Done! Enjoy! :P

Options
=======

+ `close` - class attribute of the modal

Contributors
============

* [Fernando Moreira](https://fernandomoreiraweb.com/) - Creator and Maintainer
* [You!)](https://github.com/) - Your Name Here. simply contribute to the project ;)

Contact
=======

If you have any questions or find any bugs, let me know.