Convert state-based selectors to be compatible with with jQuery native-API selector

Created on 18 December 2013, almost 11 years ago
Updated 20 February 2024, 9 months ago

Problem/Motivation

Convert state-based selectors to be compatible with with jQuery native-API selector

Proposed resolution

Follow this replacement pattern:

$('selector:hidden') -> $('selector').filter(':hidden')
$('selector:slected') -> $('selector').filter(':selected')
$('selector:visible') -> $('selector').filter(':visible')
$('selector:animated') -> $('selector').filter(':animated')
📌 Task
Status

Active

Version

11.0 🔥

Component
Javascript 

Last updated 1 day ago

Created by

🇫🇷France tarekdj

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

    It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024