I need to rewrite a classic ASP page such that it will be compatible with Internet Explorer, Firefox and Safari. The current implementation uses a method, replaceAdjacentText to manipulate the DOM. As far as I can tell this method is not supported in any browsers other than Internet Explorer.
What I would like to do is replace the use of replaceAdjacentText with something that will work across multiple browser platforms. Is this possible with an existing jQuery plugin or perhaps some other alternative?