I am trying to put all my errors in a <div> that is the 3rd column. I then want 
to set there position so it is level with the element.
But when I run it I get no error messages

Here is my code:
  errorPlacement: function(error, element)  {        
errordiv=$('.insidePage_error div');          error.appendTo(errordiv);        
//var offset = $(element).offset();        //error.css({'top' : offset.top, 
'position' : 'absolute' });       },

Reply via email to