摘要:
childNodes property:The childNodes property is a way of getting information about the children of any element in adocument's node tree. It returns an ... 阅读全文
posted @ 2015-09-09 18:58
beyond_Acm
阅读(186)
评论(0)
推荐(0)
摘要:
DOM : Document Object ModelD is for document :The DOM cant work without a document . When you create a web page and load it in a web browser, the DOM ... 阅读全文
posted @ 2015-09-09 15:42
beyond_Acm
阅读(119)
评论(0)
推荐(0)
摘要:
ObjectsAn object is a self-contained collection of data. This data comes in to forms: properties and methods A property is a variable belonging to an... 阅读全文
posted @ 2015-09-09 13:48
beyond_Acm
阅读(117)
评论(0)
推荐(0)
摘要:
Code written in JavaScript must be executed from a document written in HTML.There are three ways of doing this :1. you can place the JavaScript betwee... 阅读全文
posted @ 2015-09-09 11:38
beyond_Acm
阅读(111)
评论(0)
推荐(0)