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 8175821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T22:54:52+00:00 2026-06-06T22:54:52+00:00

I want to catch a fancybox error (The requested content cannot be loaded. Please

  • 0

I want to catch a fancybox error (The requested content cannot be loaded.
Please try again later.) and try another fancybox type.

Like this. First time It tries ajax and if that returns error, try iframe.

    jQuery('.lightwindow').click(function() {
        var element = this;
        jQuery(element).fancybox({
            error: function() {

                // If this didn't work, try iframe
                jQuery(element).fancybox({
                    type: 'iframe',
                    autoSize: true
                });
            }
        });
        return false;
    });

But that doesn’t work. It will just show the error from the first fancybox.

  • 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-06T22:54:54+00:00Added an answer on June 6, 2026 at 10:54 pm

    The option error does not exists, you can set the type to 'ajax' and edit the ajax settings like this ajax : { error : function(){ ...change fancybox and load... } } then you have:

    jQuery(element).fancybox({
        type : 'ajax',
        ajax : {
            error: function() {
                // If this didn't work, try iframe
                jQuery(element).fancybox({
                    type: 'iframe',
                    autoSize: true
                });
            }
        }
     });
    

    But it is probably better to check before the request is made whether to use ajax or an iframe

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

Sidebar

Related Questions

I want to catch MediaPlayer errors like this: 01-03 21:03:08.797: E/MediaPlayer(9470): error (1, -2147483648)
In a sort of try/catch form I want to execute a bash that doesn't
The problem drives me to the big try-catch loops. I want smaller. So how
want to know why String behaves like value type while using ==. String s1
I want to catch an exception, that is nested into another exception. I'm doing
I want to catch and ignore and ArrayIndexOutOfBoundsException error (basically it's not something I
I am writing some testing scripts and want to catch all error output and
I want to catch a urllib2.HTTPError with extra information if it's a 404: try:
I want to catch an IOException Error and want to show it in the
i want to ask, how to catch COM asynchroneous error with c#? Is it

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.