public
Description: An implementation of Facebox for Lowpro and Prototype
Homepage:
Clone URL: git://github.com/brianjlandau/lowpro-fbox.git
lowpro-fbox / README
100644 15 lines (11 sloc) 0.425 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Facebox for Lowpro, version 1.0
By Brian Landau
 
Heavily based on Facebox by Chris Wanstrath - http://famspam.com/facebox
First ported to Prototype by Phil Burrows - http://blog.philburrows.com
 
Licensed under the MIT:
http://www.opensource.org/licenses/mit-license.php
 
Dependencies: prototype & script.aculo.us + lowpro + images & CSS files from original facebox
Usage:
  Event.addBehavior({
    'a#fbox' : Facebox
  });