setAt() Method
Setta un attibuto all'elmento o alla collezione di elementi selezionati
// API dBJsArgomenti:
- [string] attr : nome attibuto
- [string] val : valore attributo
Standard sintax
//sintax for element by id $D('#myElement').setAt('myAttributeName','myAttributeValue'); //sintax for elements by class name $D('.myElements').setAt('myAttributeName','myAttributeValue');
Example 1
<button type="button" onclick="">setAt #</button>
Example 2
<button type="button" onclick="">setAt .</button>