Skip to content

Instantly share code, notes, and snippets.

@jasonlong
Created March 19, 2010 18:01
Show Gist options
  • Save jasonlong/337976 to your computer and use it in GitHub Desktop.
Save jasonlong/337976 to your computer and use it in GitHub Desktop.
$('form.formtastic fieldset ol li.error').each(function() {
$(this).prepend('<img src="/images/icons/error_marker.png" />');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment