andrericardo / MooFacebox

Fork of https://github.com/carlosouro/MooFacebox with newer version of MooTools 1.2.5 and bug fixes for Firefox 18.0. WARNING: I advise only use this if you are stuck with MooTools and MooFacebox! I have found MooFacebox to be a bit cross browser buggy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

* mooFacebox
* version: 0.5.1 (16/01/2013)
* @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 [ chris@ozmm.org ]
* Original port (http://code.google.com/p/moofacebox/) - Copyright since 2008 by Augusto Becciu [ augusto@becciu.org ]
* Carlos' version (https://github.com/carlosouro/MooFacebox) - Copyright since 2011 by Carlos Ouro [ carlos.ouro@9tree.net ]
* This version (https://github.com/andrericardo/MooFacebox) - Copyright since 2013 by André Ricardo [ andric87@gmail.com ]
*
* WARNING: I advise only use this if you are stuck with MooTools and MooFacebox! I have found MooFacebox to be quite buggy and cumbersome 
*
* 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
*

About

Fork of https://github.com/carlosouro/MooFacebox with newer version of MooTools 1.2.5 and bug fixes for Firefox 18.0. WARNING: I advise only use this if you are stuck with MooTools and MooFacebox! I have found MooFacebox to be a bit cross browser buggy


Languages

Language:JavaScript 100.0%