Skip to content

Calling .rules() on an empty jQuery object results in an error #1706

Closed
@whefter

Description

@whefter

(Latest version)

Calling e.g.

$('form.validate .somenonexistantclass').rules('add', 'whatever')

results in

Uncaught TypeError: Cannot read property 'form' of undefined

The problems seems to be (from a quick glance) that the rules() method does not check for this.length but assigns this[0] straight away.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions