I can't display the 'issue' as i've rewritten the page to get rid of the errors. I'm just not sure if the way I have gone about fixing it is a bad move.
On Mar 4, 10:29 am, James <james.gp....@gmail.com> wrote: > Can you put up a demo page that displays this issue? > > On Mar 3, 6:15 pm,pedalpete<p...@hearwhere.com> wrote: > > > 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.