YUI getElementById('id').value deprecated??
Posted
by bsreekanth
on Stack Overflow
See other posts from Stack Overflow
or by bsreekanth
Published on 2010-05-31T00:15:59Z
Indexed on
2010/05/31
0:22 UTC
Read the original article
Hit count: 546
yui
Hello,
My IDE complains the usage of value like in the below YUI statement is deprecated.. it works, still, what is the proper usage.
var idValue= document.getElementById('id').value;
thanks.. Babu
© Stack Overflow or respective owner