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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:53:38+00:00 2026-06-13T00:53:38+00:00

I have a container #boxes that I need to empty and add content to

  • 0

I have a container #boxes that I need to empty and add content to using .imagesLoaded() and then applying masonry. The content by default contains masonry items which I’m removing and then adding new ones contained within the response. The problem with my code is that it’s emptying the content after the append I believe. Any ideas?

$(document).ready(function($){
    $('div.profile-archive').click(function(){
        $("#boxes").empty();
        $this = $(this);
        var postType = $this.attr("rel");
        data = {
          action: 'fetch_profile_archive',
              postType : postType
        };
        $.post(ajaxurl, data, function (response) {
            var $response = $(response);
            $response.imagesLoaded(function() {
              $("#boxes").masonry('reload');
            }).appendTo("#boxes");
        });
    });

});
  • 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-13T00:53:39+00:00Added an answer on June 13, 2026 at 12:53 am

    I think your problem lies in the imagesloaded function. You currently append the result from imagesloaded to boxes, my guess is you have add the response to boxes first and then run imagesLoaded on boxes.

    $("#boxes")
      .append($response)
      .hide() // If you don't want to show the content until loaded
      .imagesLoaded(function() {
        $("#boxes")
          .show() // If you want to show the content after it's loaded
          .masonry('reload');
      });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a php file that contains a form (which contains 2 input boxes
In my HTML code, I have a form tag that contains two input boxes,
I have a box that contains two boxes floating inside it. If the viewport
I have a loop that outputs a bunch of boxes with masonry containing post
I have a user control in my wp7 application which contains two text boxes
I have a container div (red) with a top padding of 400px. The content
I have a container that is a popup over a page and it has
I have a container that is used to show a breadcrumb path through a
I have a spark borderContainer that contains a spark TextInput. I have an mouse_down
I have two list boxes, a datagridview and an Add and Remove button. Listbox1

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.