Skip to content

Instantly share code, notes, and snippets.

@glauber-sampaio
Created May 20, 2015 16:47
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 glauber-sampaio/179ed595f8e9a270f5dc to your computer and use it in GitHub Desktop.
Save glauber-sampaio/179ed595f8e9a270f5dc to your computer and use it in GitHub Desktop.
gosquared-example-1
// els is an array of elements
for(var i = 0; i < els.length; i += 1){
var w = someOtherElement.offsetWidth / 3;
els[i].style.width = w + 'px';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment