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

  • Home
  • SEARCH
  • 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 7608079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:49:38+00:00 2026-05-31T00:49:38+00:00

Isotope provides two places where you can supply callback functions: container.isotope({ itemSelector: itemSelector, layoutMode:

  • 0

Isotope provides two places where you can supply callback functions:

container.isotope({
    itemSelector: itemSelector,
    layoutMode: 'fitRows',
    onLayout: function() {alert('onLayout callback')}

}, function() {alert('anon callback')});

I don’t know what the difference between these two are – they both seem to be called exactly once, after the layout has completed. I’ve looked through the docs, but all I can find is

Similiar to a callback, onLayout is a function that will be triggered after every time an Isotope instance runs through its layout logic.

  • 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-05-31T00:49:39+00:00Added an answer on May 31, 2026 at 12:49 am

    According to the source code, there is no difference. Three callback functions may be called when layout completes: the one passed in the final argument to isotope(), the one passed in the onLayout option and the one passed in the complete member of the animationOptions option.

    The relevant parts of the source are:

    // [...]    
    } else if ( callback || onLayout || animOpts.complete ) {
        // has callback
        var isCallbackTriggered = false,
            // array of possible callbacks to trigger
            callbacks = [ callback, onLayout, animOpts.complete ],
            instance = this;
        triggerCallbackNow = true;
        // trigger callback only once
        callbackFn = function() {
            if ( isCallbackTriggered ) {
                return;
            }
            var hollaback;
            for (var i=0, len = callbacks.length; i < len; i++) {
                hollaback = callbacks[i];
                if ( typeof hollaback === 'function' ) {
                    hollaback.call( instance.element, $elems );
                }
            }
            isCallbackTriggered = true;
        };
        // [...]
    }  
    

    As you can see, an array is built with the three potential callbacks, and callbackFn() calls each one in sequence if it’s a function.

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

Sidebar

Related Questions

I'm using http://isotope.metafizzy.co/docs/options.html#onlayout and it says this: Similiar to a callback, onLayout is a
How can I override to automatic left-alignment in the beautiful-beautiful jQuery Isotope ( Source
Two questions, everybody: 1) How do I toggle Isotope on and off? 2) How
so i'm playing around with jquery isotope and trying to combine two options into
I recently discovered the Masonry and Isotope JQuery plugins. They seem to be functionally
If you go to this page , you can search for artists to subscribe
I am trying to scroll to the top of a specific div container. Currently
I am plotting correlation coefficients (values = 0.0:1.0) for two isotopes measured in each
I've been using isotope to set up a filterable library of publications and it's
I am using Isotope and infinitescroll to load images into an image gallery. I

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.