[jQuery] Re: html data in IE

2009-03-04 Thread pedalpete
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 wrote: > Can you put up a demo page that displays this issue? > > On Mar 3, 6:15 pm,pedalpete wrote: > > > I've bee

[jQuery] Re: html data in IE

2009-03-04 Thread James
Can you put up a demo page that displays this issue? On Mar 3, 6:15 pm, pedalpete 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(''), so I took any place where I had the > html

[jQuery] Re: html data in IE

2009-03-03 Thread jQuery Lover
.html() should not cause any errors. I remember having similar problem with .append(). I had to use a temporary variable to append new html. Anyone experienced similar problems ? Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Mar 4, 2009 at 9:15 AM, pedalpete wr