Skip to content

Instantly share code, notes, and snippets.

@ashchristopher
Created March 18, 2010 14:25
Show Gist options
  • Select an option

  • Save ashchristopher/336394 to your computer and use it in GitHub Desktop.

Select an option

Save ashchristopher/336394 to your computer and use it in GitHub Desktop.
$('.required_field').each(function(){
$("label[for='" + $(this).attr("id") + "']").attr('class', 'required');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment