资 源 简 介
/*** Facebox (for jQuery)
* version: 1.1 (03/01/2008)
* @requires jQuery v1.2 or later
*
* Examples at http://famspam.com/facebox/
*
* Licensed under the MIT:
* http://www.opensource.org/licenses/mit-license.php
*
* Copyright 2007, 2008 Chris Wanstrath chris@ozmm.org
*
* Usage:
*
* jQuery(document).ready(function() {
* jQuery("a[rel**=facebox]").facebox()
* })
*
* Terms
* Loads the #terms div in the box
*
* Terms
* Loads the terms.html page in the box
*
* Terms
* Loads the terms.png image in the box
*
*
* You can also use it programmatically:
*
* jQuery.facebox("some html")
*
* This will open a facebox with "some html" as the content.
*
* jQuery.facebox(function() { ajaxes })
*
* This will show a loading screen before the passed function is called,
* allowing for a better ajax experience.
*
*
(function($) {
$.facebox = function(data, kl