callbacks
-
Hello, thanks for the plugin, please tell me, can i use callback like this?
$(“.fancybox”).fancybox({
afterShow: function(){
// fancybox is open, run myFunct()
},
afterClose: function(){
// fancybox is closed, run myOtherFunct()
}
});
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘callbacks’ is closed to new replies.