Skip to content

Instantly share code, notes, and snippets.

@dustingetz
Created October 28, 2010 19:44
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 dustingetz/652175 to your computer and use it in GitHub Desktop.
Save dustingetz/652175 to your computer and use it in GitHub Desktop.
var index=0;
var i=0;
var foundTag = true;
while(foundTag)
{
var foundTag = !isNull(document.getElementById('attr' + i + 'type_'));
if (!foundTag)
{
break;
}
iFactoredOutLoopBody();
i++;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment