Skip to content

val is null in $.fn.validate.validateRule #10

@cali1

Description

@cali1

Hi, I saw that sometimes the parameter val in the function $.fn.validate.validateRule is null, I would suggest to add

    if(val == null)
        return false;

at the beginnning of that function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions