I need to remove a parenthesis with what's inside, example I'm trying to extract this parenthesis:
"Director position."
Reason: I have an old project that has an ajax function that loads a button, which has a js function inside called "define ()", and within the function some parameters go, which are name, job title and etc ... just when it loads the post with some "(a)" function to execute by stating:
Uncaught SyntaxError: missing ) after argument list
So I want to use the javascript replace function to remove this