JQuery search by ID if ID has a quotation mark
I'm trying to look for a certain html element by its ID, which has a quotation mark in it. When the script looks for the element it throws this error: Uncaught Error: Syntax error, unrecognized expression: #Bel'Veth In advance, I…