jquery.once deprecated in Drupal 10

Created on 23 May 2023, about 1 year ago
Updated 17 August 2023, 10 months ago

Problem/Motivation

jquery.once is deprecated in Drupal 10 and its causing a error in javascript.

Proposed resolution

Update library dependency and fix javascript code:

Before:

var checkboxes = $('.icon-select-wrapper input[type="checkbox"]', context).once('iconSelectCheckboxes');
var checkbox_wrapper = $('.icon-select-wrapper .form-type-checkbox', context).once('iconSelectCheckboxWrapper');

After:

var checkboxes = $(once('iconSelectCheckboxes', '.icon-select-wrapper input[type="checkbox"]', context));
var checkbox_wrapper = $(once('iconSelectCheckboxWrapper', '.icon-select-wrapper .form-type-checkbox', context));
🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇧🇷Brazil jkamizato

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

Comments & Activities

Production build 0.69.0 2024