Problem/Motivation
Getting the following error on Drupal 11 sites:
- cv.jquery.validate.js Uncaught TypeError: $.isFunction is not a function
Issue fork clientside_validation-3593783
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
Comment #2
srees commentedI 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.
Comment #3
srees commentedAaaaand 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.