Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7995163
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T14:19:42+00:00 2026-06-04T14:19:42+00:00

I am using Fancybox in my application. Now to handle the close event we

  • 0

I am using Fancybox in my application. Now to handle the close event we write something like:

$(".fancybox").fancybox({onClose:function(){alert('blah');}}

as seen on this doc page:

http://fancyapps.com/fancybox/#docs

However I want to write something common and global to all fancybox that gets run everytime for any of the fancybox. How do I do that? In short I don’t want to write the code of onClose on each fancybox and don’t want it to be dependent upon class,id (Eg. .fancybox in this case). How do I do that? I tried to write:

$.fancybox({onClose:function(){alert('blah');}}

but it doesn’t work and from the docs it looks like this is the function for opening progammatically.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T14:19:43+00:00Added an answer on June 4, 2026 at 2:19 pm

    I’m not sure if this is the best solution but I would go for a pub/sub pattern so, in your fancybox you should do something like that.

    $( ".fancybox" ).fancybox( {
        onClose: function () {
            $( window ).trigger( 'fancyboxClosed' );
        }
    } );
    

    Then, somewhere in your code:

    $( window ).on( 'fancyboxClosed', function () {
        // Your global function for fancybox closed
    } );
    

    I don’t know very much about your purpose but have in mind you can always pass a named function instead of an anonymous one so you always trigger the same function.

    The above example should be the way to go if you want to make different things depending on each fancybox.

    Also, you can attach the event to whatever object you want. Just used window for convenience.

    Edit

    You can also edit your fancybox source to do that (edit for 1.3.4) just add $(window).trigger('fancyboxClosed'); to around line 953.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using fancybox to show Iframe within it like this.. $(document).ready(function() { $(#button).click(function()
i am using fancybox function in jquery. i am opening loign box on click
I'm using FancyBox throughout the project I'm working on, and would like to implement
I am using fancybox to open submitted form like this: <form name=form id=myForm action={$smarty.server.PHP_SELF}?action=abc
I'm currently using fancyBox 2. Works like a charm, great tool. Just one little
ASP.Net MVC is throwing errors like mad when using fancybox in Internet Explorer filter:
I'm using Fancybox 1.3.4 with jQuery 1.6.2 When I call the following fancybox function
Been using FancyBox to display a swf player. What I would like to do
I am building a web app image gallery using FancyBox. Right now I am
I'm using Fancybox 1.3.4 with ASP.NET MVC 3. I have following link : <a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.