You need to include a check for value !== null in attributeRules
method...I'd submit a patch but not sure where to do it to have it
considered.
mike

On May 22, 6:28 am, Deep Ganatra <[EMAIL PROTECTED]> wrote:
> Hi,
> I just downloaded Jquery validator verison: 1.3 (I am using JQuery
> 1.25)
>
> With the latest version following things doesn't work:
>
> 1. Form gets submitted without getting validated
> 2. After entering invalid value, when we change the focus of the
> field, instead of showing the error, it throws following JS error.
>
> -----------------
> val has no properties
> if (val.param || val.depends) {
> -----------------
>
> Line No. 785.
>
> When I try the same thing with version 1.2.1 of validator, things work
> fine.
>
> Do let me know if you want me to post the code.
>
> Regards,
> Deep

Reply via email to