So who doesn\'t have issues with ie7 ?
It seems that I cannot get ie7 to recognize some data.
I have created a wordpress theme for a client of mine, and this
I had this bug too.
The solution is to validate the html content that I was trying to print or add.
I tried several jquery functions: html, append, appendTo... But nothing worked.
In my case the html had an extra close tag. I deleted it and now everything is working ok.