jQuery.isFunction is removed in jQuery 4.0+

Created on 13 March 2025, 23 days ago

Problem/Motivation

Testing a site upgrade from D10.4.4 to 11.4.4 and noticed errors about isFunction() is not a function.
Proceeded to search codebase for occurrences of isFunction() in JS files and found entry in:
webform/js/webform.form.submit_once.js on line 47

Proposed resolution

Replace $.isFunction(jQuery.fn.valid) with (typeof jQuery.fn.valid === "function")

This is following the guidance from jQuery documentation:
https://api.jquery.com/jQuery.isFunction/

πŸ“Œ Task
Status

Active

Version

6.3

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom kevin-oyster

Live updates comments and jobs are added and updated live.
  • jQuery

    Affects the version, handling, or usage of the jQuery javascript library.

Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024