I've been struggling with IE for a few days now, and looking through the HTML check in debugbar, it shows that IE would throw an error on every .html('<div>....</div>'), so I took any place where I had the html defined within the html(). I put the html into a javascript variable, and then it told me that the closing / was an invalid character. So I commented those out with \/.
My question is, should I have done this? I can still back out of it, though it doesn't appear to be causing any problems in any of the browsers.