you can read about it herer http://docs.jquery.com/Plugins/Validation/validate
select options, there is a code example there. On Oct 8, 6:11 pm, Miguel Simões <msim...@gmail.com> wrote: > Is there any information about that function? I was looking at the code and > didn't find any reference to that function. > > > > On Thu, Oct 8, 2009 at 01:58, Bjarki <bjar...@gmail.com> wrote: > > > Hello Miguel, > > > for part 3, you can use errorPlacement like this. > > > errorPlacement: function(error, element) { > > if (element.attr('id') === yourItem.attr('id')) { > > // insert the error after a given Item > > error.insertAfter(givenItem); > > } > > else { > > error.insertAfter(element); > > } > > } > > > hope this helps > > > Regards, > > Bjarki Heiðar > > > -- > > Regards, > - > Miguel Simões