/*
*
* Facebox also has a bunch of other hooks:
*
* loading.facebox
* beforeReveal.facebox
* reveal.facebox (aliased as 'afterReveal.facebox')
* init.facebox
* afterClose.facebox
*
*/
我正在使用Facebox。在源代码中我发现了一些钩子,但我只能找到使用 "beforeReveal": 的一行$(document).trigger('beforeReveal.facebox')
。我找不到它的定义位置。所以我想知道它是如何工作的。希望能得到一些帮助。多谢!