Is it possible to find the matching parenthesis on the same page and highlight both.
eg...
function foo(){
//test
};
So when I click on the '{' I want to be able to find the corresponding parenthesis '}' and highlight both on the webpage.
how can I achieve this using javascript/jQuery?