Skip to content

Instantly share code, notes, and snippets.

@Clorith
Created March 15, 2014 17:32
Show Gist options
  • Save Clorith/9570929 to your computer and use it in GitHub Desktop.
Save Clorith/9570929 to your computer and use it in GitHub Desktop.
$("#portofolio").isotope({
itemSelector : '.latest-work',
layoutMode : 'fitRows'
});
$(".filters").click(function (e) {
$("#portofolio").isotope({
filter: $(this).attr('data-filter')
});
e.preventDefault();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment