Skip to content

Instantly share code, notes, and snippets.

@juandopazo
Created August 7, 2013 14:09
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 juandopazo/6174389 to your computer and use it in GitHub Desktop.
Save juandopazo/6174389 to your computer and use it in GitHub Desktop.
Assignment bug
//make sure the input tag has an ID assigned, if not, assign one.
if (!input.attr('id')) input.attr('id') = 'input_' + rnd;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment