what's the difference between GetElementByID and findComponent in JavaScript?
Posted
by RoboShop
on Stack Overflow
See other posts from Stack Overflow
or by RoboShop
Published on 2010-04-28T01:34:12Z
Indexed on
2010/04/28
1:43 UTC
Read the original article
Hit count: 303
Hi,
I'm a .NET programmer who've just started to learn more about client side scripting, and I was wondering sometimes you use $get('value') and $find('value') and I've discovered that these are just shortcuts for $get = GetElementByID $find = FindComponent
however, I still don't understand, what is the difference between these two functions in JavaScript?
Thanks in advance.
© Stack Overflow or respective owner