Skip to content

Some code is deprecated under jQuery version 3.x #480

@hagman

Description

@hagman

Testing the code against the jQuery Migrate Plugin (current version: 3.4.1) reveals a few function calls that are deprecated in jQuery 3.x
This is mostly about event shortcuts such as .click(fn) (deprecated) instead of .on('click',fn) (recommended)

I should be able to quickly fix this tomorrow

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