Skip to content

Not working with ajax loaded items #21

@diviengine

Description

@diviengine

Hi.

Fistly thank you for making this!

Hopefully this is an issue on my end. I have items that are being loaded via ajax.

I have this
success : function( data ) { if ( data ) { jQuery('.filtered-posts').html( data.posts ); jQuery('.filtered-posts').colcade({ columns: '.grid-col', items: '.grid-item' }); } }

it is not putting the grid-items into the col.

Any ideas on how to solve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions