DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> JavaScript基礎知識 >> js獲取和設置元素屬性值
js獲取和設置元素屬性值
編輯:JavaScript基礎知識     
獲取和設置屬性

getAttribute
object.getAttribute(attribute)
注:getAttribute方法不屬於document對象,它只能通過元素節點對象調用。


setAttribute
object.setAttribute(attribute,value)
例子:
var hewenqiobject = document.getElementById("hovertree");
hewenqiobject.setAttribute("title","hello hovertree");
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved