Posts Tagged ‘IE’

an idea to fix innerHTML to table in IE (firefox)

I like to use innerHTML . It is fast and easy to use. But there are some problems under different browsers, such as innerHTML can’t use to insert to table elements under IE. I have search on google with this issue. There are no good idea to fix innerHTML to table. Someone use Jquery append [...]