Giter Site home page Giter Site logo

frontend-work's Introduction

FrontEnd-Work

##A place where I perform the web experiments

Book1

####Summary for what I have learned

  1. 从第一至第三章,学习了JavaScript的基本语法,变量、函数、对象等

  2. 从第四章开始,以一个相片库的例子来讲述DOM的用法,怎样利用DOM和JavaScript语言让网页变得更有交互性;DOM的全称为Document Object Model,文档对象模型;任何被浏览器解析的Html脚本都可以视为文档,而其中任何元素也都可以作为对象来获取;DOM提供的方法,将Html文档理解成为树模型,其提供了方法可以获取树模型中任意一个节点,以及其属性,如getElementByID等;

  3. 第五、六、七章讲述了js与Html分离的好处,以及如何更全面的做到JavaScript的引入不会影响Html本身的结构

  4. 第八章主要介绍使用DOM方法以及javaScript脚本去对HTML文档内容进行动态的修改,比如采用getElementsByTagName方法去获取HTMl中的元素,然后对其进行遍历,将元素存入新建立的数组当中,从而可以再将获取的信息采用appendChild方法将其插入到HTML中指定的位置。

frontend-work's People

Contributors

athanzhang avatar

Watchers

 avatar  avatar

Forkers

csking119

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.