forked from 9Tree/MooFacebox
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
28 lines (28 loc) · 889 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
* mooFacebox
* version: 0.5 (18/05/2011)
* @requires MooTools v1.3 or later
*
* Licensed under the MIT:
*
* http://www.opensource.org/licenses/mit-license.php
*
* Original Facebox (http://famspam.com/facebox) - Copyright since 2007 by Chris Wanstrath [ [email protected] ]
* Original port (http://code.google.com/p/moofacebox/) - Copyright since 2008 by Augusto Becciu [ [email protected] ]
* This version (https://github.com/carlosouro/MooFacebox) - Copyright since 2011 by Carlos Ouro [ [email protected] ]
*
* Usage:
*
* window.addEvent('domready', function() {
* var myFacebox = new mooFacebox();
* });
*
*
* <a href="#terms" rel="facebox">Terms</a>
* Loads the #terms div in the box
*
* <a href="terms.html" rel="facebox">Terms</a>
* Loads the terms.html page in the box
*
* <a href="terms.png" rel="facebox">Terms</a>
* Loads the terms.png image in the box
*