← Back to team overview

schooltool-developers team mailing list archive

What is this???

 


 2959 Douglas Cerna    2011-06-30
      Removed label from contact edit form and styled contact forms errors

+<script>
+  $(document).ready(function() {
+ $('form fieldset .row .error').prev().children(':first-child').addClass('error');
+  });
+</script>

  Really now.  Where's the XXX?

J.


Follow ups