79480085

Date: 2025-03-03 03:15:12
Score: 1
Natty:
Report link

If we are looking for the tag 'a' with dynamical class name, for ex. - StoryBlock_storyLink__5nXw8, then we can use both selectors:

    const a_list = $('a[class*="StoryBlock"]');
    const a_list0 = $('a[class*=StoryBlock]');
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Luss Sh