I was just testing my webpage in Adobe BrowserLab. I have 3 .replaceWith line of jQuery in my webpage, and they’re not executing in ie6. The weird part is, I made a jsFiddle with the same jQuery and it worked in Adobe BrowserLab ie6. What’s even weirder is that I tested my webpage in ie6 and it worked. But why wouldn’t my webpage work in BrowserLab ie6?
Here is the fiddle that works in BrowserLab ie6 and uses the same jQuery code my website uses: http://jsfiddle.net/8CEwf/
Any suggestions
I found out that since I was using jQuery 1.4.2 on my website and jsFiddle was using 1.7.1, that triggered the problem with IE6. Here’s the updated fiddle that uses jQuery 1.4.2 and does not work on ie6. http://jsfiddle.net/8CEwf/1/