Firefox add

前端 未结 7 1760
-上瘾入骨i
-上瘾入骨i 2021-01-02 21:38

EDIT: This isn\'t happening because of the ajax call. I changed it to use a value from a TinyMCE component for fun and I get the same thing.

content = tinyM         


        
相关标签:
7条回答
  • 2021-01-02 22:18

    This is happening because in your <html> you declared a XML Namespace (xmlns). If the xmlns anchor is not breaking anything, just leave it there.

    Also, don't use async:false, make a callback function to be called on success.

    0 讨论(0)
提交回复
热议问题