Problem/Motivation

Getting the following error on Drupal 11 sites:

- cv.jquery.validate.js Uncaught TypeError: $.isFunction is not a function

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

    Comments

    jmoreira created an issue. See original summary.

    srees’s picture

    Priority: Normal » Major

    I am experiencing this as well (for a couple months now) - specifically when trying to edit views - in today's case, a view with an exposed form -- but all I'm attempting to do is modify the allowed options for VBO. I can't save my views with this issue, so I'm bumping up the priority as it is preventing administrative features from functioning.

    To reproduce, enable group, VBO, and group_action. Attempt to add VBO options to the people view and adjust what options are displayed (attempting to add the group membership actions).

    However, this has been much more widely an issue than my specific case.

    srees’s picture

    Priority: Major » Normal

    Aaaaand nevermind (for me).

    I resolved this by going to:
    Administration>Configuration>User Interface>Clientside Validation JQuery Settings
    Enabled 'Use JS from CDN'
    and set the field to 'https://cdn.jsdelivr.net/npm/jquery-validation@1.21.0/dist/' as suggested in the help for that field.

    All better for me.

    @jmoreira maybe check those settings, or update the jquery-validation library copy you may have installed directly.