InnerHTML in js in discuzie does not work. how can this problem be solved?
Source: Internet
Author: User
InnerHTML in discuzie js does not work. in discuzx2, the flowers and eggs function has a local refresh function that uses innerHTML to embed values, but the effect in ie cannot be displayed in Firefox and Google. & lt; td & gt ;...... & lt; spanname = & quot; flower & quot; & gt; innerHTML in js in discuz ie does not work
In discuz x2, the flower and eggs function has a partial refresh function which uses innerHTML to embed values, but the ie effect cannot be displayed in Firefox or Google ...... urgent .....
------ Solution --------------------
Use id
Document. getElementById ("id"). innerHTML = "content ";
------ Solution --------------------
Ie is not compatible with the standard and supports multiple objects with one id.
You can use getElementsByName.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.