You can use the showErrors-option to define your own message display, eg. disable the error messages. Or, somewhat simpler, set $.validator.messages.required = "" (empty string).
If you haven't seen this, it may be worth a read: http://docs.jquery.com/Plugins/Validation/Reference Otherwise there is always the code. You're welcome to help improving the documentation. Jörn On Fri, Sep 5, 2008 at 2:48 PM, jq Ignorant <[EMAIL PROTECTED]> wrote: > > Is there any place that lists simple things like "IF you run the > validate() function on your form and it finds errors, it makes the > following changes to your form..." > > For example it adds the error class to your input field and to it's > label. I have been reading the docs for days and can't find simple > explanations of this sort. > > I finally found a sample at > http://lab.distilldesign.com/jquery-form-validation/extending/ > that at least gave me an understandable example where I finally > figured out how the function was styling things. At least some things > anyway. > > Another question and more urgent right now is this : > How do I get rid of the text "This field is required." that is placed > after my input field? I don't want it. I just want to color the > background of my input field. > > Thanks, > Chris > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
