innerHTML Compare Dom method, which performance is good? What's the difference?

Source: Internet
Author: User

innerHTML Compare Dom method, which performance is good? What's the difference? It's a cliché question! With the browser version and development!

  • innerHTML is the industry standard developed by the world, almost all browsers have done support;
  • as a native support, the implementation efficiency of innerHTML in the mainstream browser is very high;
  • but he has his flaws, especially under IE's low version browser, HTML5 is not supported, and there are some other tag attributes.

In direct testing, the speed of the innerHTML is significantly faster than the DOM method (including the speed of the code), but it is said that the DOM method is faster than innerHTML in the WebKit kernel browser.

Usually uses the jquery frame, compares the HTML () and the append corresponding source code, and has done the test, found in the Firefox and the IE6, is the HTML speed is faster than append. Therefore, it is recommended to use HTML, of course, involving event binding, it is not so convenient.

innerHTML Compare Dom method, which performance is good? What's the difference?

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.