I'm having trouble with a seemingly simple task that I can't seem to find any help for online.
My CSS class names include ampersands in them (due to the system I'm using), and I need to remove these using jQuery. For example, I want to change:
class="Middle&East"
to
class="MiddleEast"
If anyone could offer some assistance with this, it would be greatly appreciated.
Thank you