Skip to content

jquery deprecation warnings #139

Description

@sronsiek

JQuery migration warnings persistently pollute the console & are quite annoying.

Easy one line fix @ line 174 of jquery.dirtyforms.js:

    // JQMIGRATE: jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos
    // $.extend($.expr[":"], {
    $.extend($.expr.pseudos[":"], {

This removes the warnings - functionality not tested.

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