Hi all. I have a jquery plugin that is working on all browsers, except opera. The removeHighlight function gets triggered, but the html is not changed. As far as I can see IE, FF, Chrome and Safari work as expected.
My example can be found here: http://www.pritaeas.net/public/jquery/plugin-dev/
The plugin's url is: http://www.pritaeas.net/public/jquery/plugin-dev/jquery.highlight.js
Basically, I just want to remove all span tags with a specific class, leaving the text as-is.
Can anyone explain why opera is responding differently, and provide a solution or work-around ?
Thanks.