tag jcompile
<div jcompile></div>
is used to compile msg into dom element
as attribute
1 <ANY
2 jcompile>
3 ...
4 </ANY>
null
example
please try to input
<a>hello</a>
or<h1>hello</h1>
{{ msg }}
1 <div scope>
2 <input jbind="msg"/>
3 <p jcompile>{{ msg }}</p>
4 </div>