views:

48

answers:

1

Hello, I am confused about the two terms. What is the difference in browser-side javascript programming? I use dojo as framework. And there is only the concept of domNode. But browser debugger always told me something as htmlelement. Are they just the same thing with different names, or with some subtle differences?

Thanks.

+1  A: 

Practically speaking, they are the same, except an htmlelement wouldn't necessarily have to already be inserted into the dom.

Jud Stephenson