July 2014
Beginner to intermediate
552 pages
18h 28m
English
In This Chapter
Node manipulation is the W3C-recommended way for standards-compliant browsers to support webpages that act more like applications than like standard, static pages. For instance, you can create pages that change—without hitting the server—based on a user’s entries. You can also update pages under script control. Although you can use techniques like innerHTML, as we’ve done elsewhere in this book, here we show the officially supported approach. True, this can be done on the server side, but it’s only with JavaScript that you can provide this functionality without ...
Read now
Unlock full access