innerHTML size limit

后端 未结 6 1751
执念已碎
执念已碎 2020-12-04 03:38

I want to use AJAX to load an htmlfile into a

I will then need to run jsMath on this. Everything I have done so far with innerHTML has been a para
6条回答
  •  暖寄归人
    2020-12-04 04:39

    In the application I am currently working on, I have not had any problems in any browser setting innerHTML to a string of 30k or more. (Don't know what the limit is)

提交回复
热议问题