Skip to content

Instantly share code, notes, and snippets.

@displague
Created November 2, 2015 17:21
Show Gist options
  • Save displague/f1086be44c35e5441f00 to your computer and use it in GitHub Desktop.
Save displague/f1086be44c35e5441f00 to your computer and use it in GitHub Desktop.
i=0;$(".employee-pad strong").each(function(){$(this).replaceWith($('<input>').prop("pattern",$(this).text()).attr('tabindex',++i));});$("<style>:invalid{background:red}:valid{background:green}</style>").appendTo("head");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment