|
|
|
|
|
by ars
5173 days ago
|
|
In what way is this better than writing HTML? And just using innerHTML, outerHTML etc? It's a serious question. What benefit is there to doing this? The only thing that came to mind is now you have the dom node so you can bind events to it. But you're not going to be doing that everywhere. So why make things more complicated? |
|