Skip to content

Has .selector property been missed during jQuery 3.X compatibility changes? #929

@mmourao211

Description

@mmourao211

Hello,

.selector property has been removed from jQuery 3

Assuming you suggest fancytree now supports jquery 3.X, is the following line a bug?

} else if (el.selector !== undefined) {

If it's not a bug, can you please explain why this is ok? From what I see, the code within the else if would never execute even if el is a jQuery element.

Thanks,
Michael

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions