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/
- Host: GitHub
- URL: https://github.com/nando-experiments/fmc-simple-modal
- Owner: nando-experiments
- Created: 2013-07-02T18:37:59.000Z (almost 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-02-25T00:49:07.000Z (over 7 years ago)
- Last Synced: 2025-03-20T03:03:50.736Z (about 1 year ago)
- Topics: experiment, experiments, javascript, jquery, modal, study
- Language: CSS
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.