jQuery html attribute not working in IE

Try using append instead of the html method as detailed in this post.

edit

Actually, I’ve just run into this problem myself. For me the answer was to call empty first, then append which has the same effect (I think?) as using the html method.

Leave a Comment