Run a jQuery when closing Floatbox

Page: 1

Author Post
Member
Registered: Oct 2012
Posts: 19
Is it possible to run a jQuery command activated by the closure of the Floatbox ?

Something like :

onFloatboxClose ='jQuery("#ff").css("display", "block");'

Regards.
Administrator
Registered: Aug 2008
Posts: 3382
The available callbacks are documented in the API Reference, including afterBoxEnd which is probably the one you want to use. These will run any valid javascript.
Member
Registered: Oct 2012
Posts: 19
Works as I expected with afterBoxEnd.

Thanks for your very quick response.

Regards.

Page: 1