Active
Project:
Clientside Validation
Version:
4.1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2026 at 18:58 UTC
Updated:
2 Jul 2026 at 21:46 UTC
Jump to comment: Most recent
Getting the following error on Drupal 11 sites:
- cv.jquery.validate.js Uncaught TypeError: $.isFunction is not a function
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.
Comment #4
tstaylor7 commentedThe jQuery Deprecated Functions module solved this for me.
The underlying issue seems to be related to the upgrade to jQuery 4:
https://www.drupal.org/project/drupal/issues/3534576
https://www.drupal.org/project/drupal/issues/3411839