Skip to content

JQuery Deprecated Methods #363

Open
Open
@melloware

Description

JQuery has deprecated trim and isFunction methods.

Replace $.trim() with value.trim()..

$.trim(element.text()) becomes element.text().trim()

Replace $.isFunction(stringOrFunction) with typeof stringOrFunction === "function"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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