/*
*
* Facebox also has a bunch of other hooks:
*
* loading.facebox
* beforeReveal.facebox
* reveal.facebox (aliased as 'afterReveal.facebox')
* init.facebox
* afterClose.facebox
*
*/
Faceboxを使用しています。ソースコードでいくつかのフックを見つけましたが、「beforeReveal」を使用する行は1行しか見つかりません$(document).trigger('beforeReveal.facebox')
。どこで定義されているのかわかりません。だから私はそれがどのように機能するのだろうか。助けを得たいと思っています。ありがとう!