Skip to content

Instantly share code, notes, and snippets.

@alisspers
Created October 21, 2013 09:02
Show Gist options
  • Save alisspers/7080789 to your computer and use it in GitHub Desktop.
Save alisspers/7080789 to your computer and use it in GitHub Desktop.
Enkelt exempel av Isotope reLayout vid image load
var $item = $(...);
var $itemList = $(...);
// [...]
$item.find('img').on('load', function ()
{
$itemList.isotope('reLayout');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment