Javascript [Electronic resources] : The Definitive Guide (4th Edition) نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Javascript [Electronic resources] : The Definitive Guide (4th Edition) - نسخه متنی

David Flanagan

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


Availability


DOM Level 2 Core


Synopsis


boolean hasAttribute(String name);

Arguments


name

The name of the desired attribute.


Returns


true if this element has a specified or default
value for the named attribute, and false
otherwise.


Description


This method determines whether an element has an attribute with the
specified name, but does not return the value of that attribute. Note
that hasAttribute( ) returns
true if the named attribute is explicitly
specified in the document and also if the named attribute has a
default value specified by the document type.


See Also


Attr.specified, Element.getAttribute( ), Element.setAttribute( )

/ 844