Skip to content

Instantly share code, notes, and snippets.

@morozVA
Created January 3, 2018 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morozVA/a5191c710e3283faba9a71a88b95ea4b to your computer and use it in GitHub Desktop.
Save morozVA/a5191c710e3283faba9a71a88b95ea4b to your computer and use it in GitHub Desktop.
js сброс обтекания в результатах поиска
$('.object').each(function(i) {
if ((i+1)%4 == 0) {
$(this).after('<div class="clearfix"></div>');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment