I have:
<div class="result">
<div class="child">
<h2>afsdf</h2>
<p>ardyh</p>
</div>
<div class="child">
<h2>....
..
</div>
</div>
and want to replace all in .result with
<p>please wait..</p>
$x('.result').html('remove') does nothing and no method of .html removes the children.
How to to it?
regards, /t
should work according to the documentation of xuijs