$.trim is not a function

Created on 3 March 2025, about 1 month ago

Problem/Motivation

Console errors in Drupal 11.1.3 saying "$.trim is not a function"

Steps to reproduce

jQuery trim() API has been deprecated in jQuery 3.5 and Drupal 11 uses jQuery 4

Proposed resolution

Replace $.trim with native trim() JS function

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇺🇸United States daniel korte Brooklyn, NY

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @daniel korte
  • Merge request !10Use native JavaScript trim() function → (Open) created by daniel korte
  • 🇺🇸United States daniel korte Brooklyn, NY
  • Pipeline finished with Success
    about 1 month ago
    Total: 138s
    #439078
  • I have reviewed the changes and confirmed that it correctly replaces the deprecated $.trim() function with JavaScript’s native .trim(), which is fully compatible with jQuery 3.5+ and the modern browser environment used in Drupal 11. The change does not alter the core functionality, as .trim() provides the same behavior as $.trim(), ensuring that the text value is properly trimmed before processing.

    After testing from the branch 3510732-.trim-is-not, I tested the character counting functionality in text fields, and everything works as expected without any errors. The update does not introduce any regressions, as .trim() is widely supported in modern JavaScript. Since the fix is correct and verified, I am moving this issue to RTBC.

Production build 0.71.5 2024