Skip to content

Instantly share code, notes, and snippets.

@whatnickcodes
Created August 3, 2016 22:24
Show Gist options
  • Save whatnickcodes/36ab6e169252104d6fcaed6e4a7597ef to your computer and use it in GitHub Desktop.
Save whatnickcodes/36ab6e169252104d6fcaed6e4a7597ef to your computer and use it in GitHub Desktop.
$justABunchOfParentDivs = $('.class-matching-500-elements-on-a-page');
$(window).resize(function() {
$justABunchOfParentDivs.each(function() {
$(this).attr('data-width', $(this).width());
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment