Skip to content

Instantly share code, notes, and snippets.

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