I am using the jQuery colorbox. I wish to attach an event handler to the close event after I opened the colorbox.
How would I do that?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
Colorbox has event hooks that you can use. So, you could bind a function to cbox_open event and in that function, bind a function for close event.
|
|||||
|
|
set the something like:
|
||||
|
|