我为书狂

读书是一种生活状态。在这浮躁的尘世间,能够静下心来,体验阅读的乐趣,也是一种幸福。

用户操作
[即时聊天] [发私信] [加为好友]
stonexuID:tongx
4968次访问,排名18114(2)好友0人,关注者0
tongx的文章
原创 7 篇
翻译 0 篇
转载 3 篇
评论 24 篇
最近评论
文章分类
收藏
    相册
    我的关注
    Martin Fowler's Bliki 中文版
    我为书狂(非技术版)
    花钱的年华
    透明思考
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    原创 Foundation of AJAX 阅读笔记(二)收藏

    新一篇: Foundation of AJAX 阅读笔记(三) | 旧一篇: Foundation of AJAX 阅读笔记(一)

    第三章介绍处理服务器响应的方式。重点是DOM的操作方法和属性。
    Property Name
    Description
    childNodes
    Returns an array of the current element’s children
    firstChild
    Returns the first direct child of the current element
    lastChild
    Returns the last child of the current element
    nextSibling
    Returns the element immediately following the current element
    nodeValue
    Specifies the read/write property representing the element’s value
    parentNode
    Returns the element’s parent node
    previousSibling
    Returns the element immediately preceding the current element
     
    Method Name
    Description
    getElementById(id) (document)
    Retrieves the element in the document that has the specified unique ID attribute value
    getElementsByTagName(name)
    Returns an array of the current element’s children that have the specified tag name
    hasChildNodes()
    Returns a Boolean indicating whether the element has any child elements
    getAttribute(name)
    Returns the value of the element’s attribute specified by name

    发表于 @ 2006年04月11日 17:39:00|评论(loading...)|编辑

    新一篇: Foundation of AJAX 阅读笔记(三) | 旧一篇: Foundation of AJAX 阅读笔记(一)

    评论:没有评论。

    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © stonexu