Guest User

Untitled

a guest
Nov 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $('.grid').masonry({
  2. itemSelector: '.grid-item',
  3. columnWidth: '30',
  4. });
  5.  
  6. // after append data
  7. $('.grid').append(data).each(function() {
  8. $('.grid').masonry('reloadItems');
  9. });
  10. $('.grid').masonry();
Add Comment
Please, Sign In to add comment