URL: http://200.169.53.89:8080/WebApplication/Test.jsp?acao=cadastrar

On 5/23/07, Leonardo K <[EMAIL PROTECTED]> wrote:

When I use the success function, the plugin start to validate hidden
fields. :(

$("form").validate({
        focusInvalid: true,
        event: "keyup",
        success: function(label) {
            label.text("").addClass("campoValido");
        },
        errorClass: "campoErro",
        errorContainer: $("div.warning"),
        errorPlacement: function(error, element) {
            error.appendTo( element.parent().find("span") );
    }
});


On 5/23/07, Glen Lipka < [EMAIL PROTECTED]> wrote:
>
> Jorn,
>
> I have been trying (unsuccessfully) to use the plugin to achieve my
> desired user experience.
> Example of how I would like it to work:
> http://www.commadot.com/jquery/inlineError/
>
> Things I can't figure out:
> -how to make the required errors compile into a number. (You missed 3
> fields...etc)
> -how to show the error at the top and not next to the field.
> -how to validate a phone number mask on keypress
>
> Is the validation plugin the right tool, or am I trying to do something
> too different?
>
> Glen
>
> On 5/22/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> >
> >
> > "Release early, release often". I try.
> >
> > And here it is, the first release candidate of my validation plugin. A
> >
> > few more features where added, a heavy refactoring completed to remove
> > all dependencies on IDs, the long-known Opera issue with
> > select-elements
> > is fixed and more.
> >
> > As always, all interesting stuff is on the plugin page:
> > http://bassistance.de/jquery-plugins/jquery-plugin-validation/
> > More API documentation can be found in the Plugins API browser:
> > http://jquery.bassistance.de/api-browser/plugins.html#validateMap.
> >
> > Please, if you are already working with the plugin, replace your
> > version
> > with the RC1 release and let me know about any occuring issues.
> > Compability issues are considered bugs which I want to fix before the
> > final release.
> >
> > --
> > Jörn Zaefferer
> >
> > http://bassistance.de
> >
> >
>

Reply via email to