jQuery SyntaxError in Edge: Unrecognized Expression

I’m encountering a peculiar issue in Edge where my jQuery selector is throwing a Uncaught error: SYntax Error, unrecognized expression: for the following selector:

$('.usname,.myNameValue,details .fRght ul li').tooltip({})

Any insights or solutions to resolve this Edge-specific issue would be greatly appreciated.

Additional Information:

  • Edge Version: 131.0.39
  • jQuery Version: 3.7

This selector works fine in other browsers chrome, but Edge seems to be having trouble parsing it.

Clearing Edge Browser cache works for first time.