Questions tagged [jquery-isotope]

Isotope is a client-side jQuery plugin that allows masonry-style grid and table layouts, along with data sorting and filtering, to enable dynamic relayout of elements on a page.

Isotope has similarities to Masonry and Packery; in fact, it utilizes both and adds sorting and filtering capabilities.

This library is distributed with two distinct licenses: open source (GPLv3) and commercial.

Useful Links:

1662 questions
0
votes
1 answer

Lazy loading large data

I am fetching data from various resources through ajax and displaying them on page, jQuery.ready() . And applying isotope on $(window).load(function(){});. Since writing from these number of resources takes time, it takes time to apply isotope…
Amit Kumar Gupta
  • 7,193
  • 12
  • 64
  • 90
0
votes
1 answer

JQuery Isotope - gaps disappear when filtering with a responsive grid

I'm working with Isotope to create a responsive gallery on http://samsnow.alwaysdata.net/galerie. I looked up on stackoverflow how other people did that and I made my own piece of code but I need some help here…
WorkInProgress
  • 103
  • 1
  • 10
0
votes
1 answer

Links stop working after initial click using isotope

I have generated a sortable grid using isotope which moves items where their header has been clicked to the top of the grid and expands them. It is almost working I just have one issue.. Once the item has been clicked and sorted the item header can…
Craigo
  • 183
  • 1
  • 5
0
votes
1 answer

Why does jquery Isotope work on my local machine but not online

On my localhost web server these scripts are loading properly and functioning flawlessly, but on my BlueHost account my console is giving me errors about Isotope having no object. Code: