Element.Methods.Simulated.hasAttribute - Prototype JavaScript 框架

Xunxin Prototype API

hasAttribute
simulated

hasAttribute(element, attribute) -> Boolean

为不存在该方法的浏览器(Internet Explorer 6 或 7)模拟规范中指定的 DOM 方法 hasAttribute

样例

<a id="link" href="http://prototypejs.org">Prototype</a>
$('link').hasAttribute('href'); 
// -> true