sketchucation logo sketchucation
    • Login
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    πŸ«› Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download

    Div.appendChild or innerHTML += ?

    Scheduled Pinned Locked Moved Developers' Forum
    5 Posts 3 Posters 359 Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      Jim
      last edited by

      So when adding content to a DIV, what's the difference in using appendChild vs. innerHTML += "string"?

      Is one more correct than the other?

      Hi

      1 Reply Last reply Reply Quote 0
      • thomthomT Offline
        thomthom
        last edited by

        .innerHTML predates .appendChild.

        .innerHTML is not standard (but supported by most browsers anyway)
        .appendChild is part of the W3C DOM standard.

        Thomas Thomassen β€” SketchUp Monkey & Coding addict
        List of my plugins and link to the CookieWare fund

        1 Reply Last reply Reply Quote 0
        • thomthomT Offline
          thomthom
          last edited by

          I think .innerHTML is proposed for the HTML5 specs though.

          Thomas Thomassen β€” SketchUp Monkey & Coding addict
          List of my plugins and link to the CookieWare fund

          1 Reply Last reply Reply Quote 0
          • M Offline
            MartinRinehart
            last edited by

            See Chapter 20, when I finish it, for a thorough answer. Quick answer:

            Depends on content. Just text? innerHTML is far easier. Want to add a table? innerHTML is the hard way.

            Author, Edges to Rubies - The Complete SketchUp Tutorial at http://www.MartinRinehart.com/models/tutorial.

            1 Reply Last reply Reply Quote 0
            • thomthomT Offline
              thomthom
              last edited by

              @martinrinehart said:

              See Chapter 20, when I finish it, for a thorough answer. Quick answer:

              Depends on content. Just text? innerHTML is far easier. Want to add a table? innerHTML is the hard way.

              Isn't there also innerText for adding just pure text? Though - this might be IE only...

              Thomas Thomassen β€” SketchUp Monkey & Coding addict
              List of my plugins and link to the CookieWare fund

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Buy SketchPlus
              Buy SUbD
              Buy WrapR
              Buy eBook
              Buy Modelur
              Buy Vertex Tools
              Buy SketchCuisine
              Buy FormFonts

              Advertisement