Skip to content

jQuery 3.4.1 breaks jQuery UI datepicker? #4420

@christopheroussy

Description

@christopheroussy

I recently moved to jQuery 3.4.1 which deprecates selectors using :first, :last and such in preparation for jQuery 4.x.

I was wondering how much this impacts jQueryUI datepicker because I grepped into all .js files in my project and in jQueryUI I see: e.dpDiv.find("select.ui-datepicker-year:first").replaceWith(e.yearshtml) and .filter(":first").

Will major jquery libraries like jQuery UI also be updated to remove/replace the deprecated selectors ?

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