offline version v3


⊗jsPmAtCh 368 of 502 menu

Attributes checking in JavaScript

hasAttribute

Given an element:

<input id="elem" value="text">

Check if it has the value attribute.

enru