Adding functions to onComplete, onStart, onClosed, etc.
-
Hi,
I’m pretty new at jQuery and I’m having a lot of problems trying to add some extra functions to the Easy Fancybox plugin.
Where would I put these, and what’s missing?‘onStart’ : (function(){
$(“body .video”).css({ display: “none” }); //hide video on open
}),‘onClosed’ : (function() {
scrollpage();
$(“body .video”).css({ display: “block” }); //show video on close
}),Thank you very much.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding functions to onComplete, onStart, onClosed, etc.’ is closed to new replies.