Skip to content

Instantly share code, notes, and snippets.

@renepardon
Created September 17, 2011 10:40
Show Gist options
  • Save renepardon/1223833 to your computer and use it in GitHub Desktop.
Save renepardon/1223833 to your computer and use it in GitHub Desktop.
$(this).each(function() {
f_el.first().after(
$('<label/>').addClass(_invalidFlag)
.attr('for', f_el.attr('id'))
.text($(this)[0].message)
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment